Lines Matching defs:shared
216 Script script = Script::cast(closure->shared().script());
403 CHECK(!IsDerivedConstructor(callee->shared().kind()));
404 DCHECK(callee->shared().has_simple_parameters());
410 callee->shared().internal_formal_parameter_count_without_receiver();
437 Handle<ScopeInfo> scope_info(callee->shared().scope_info(), isolate);
536 callee->shared().internal_formal_parameter_count_without_receiver();
560 Handle<SharedFunctionInfo> shared = args.at<SharedFunctionInfo>(0);
563 return *Factory::JSFunctionBuilder{isolate, shared, context}
572 Handle<SharedFunctionInfo> shared = args.at<SharedFunctionInfo>(0);
577 return *Factory::JSFunctionBuilder{isolate, shared, context}