Lines Matching defs:function
14 #include "src/objects/shared-function-info.h"
101 return JSGeneratorObject::cast(code()).function().shared();
401 Handle<JSFunction> function(JSFunction::cast(module->code()), isolate);
402 DCHECK_EQ(MODULE_SCOPE, function->shared().scope_info().scope_type());
405 Handle<ScopeInfo> scope_info(function->shared().scope_info(), isolate);
408 function->set_context(*context);
411 Execution::Call(isolate, function, receiver, 0, {});
417 DCHECK_EQ(*function, Handle<JSGeneratorObject>::cast(generator)->function());
461 Handle<JSFunction> function =
464 module->set_code(*function);