Skip to content

Scope Issue #13

@anywhichway

Description

@anywhichway

Won't this fail if someone has memoized a method on an object and called it on the object?

node = {
			args: args,

			// Generate the result from original function
			val: fn.apply(null, args),
		};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions