Lines Matching defs:shared
580 if (!function->shared().HasSourceCode()) {
598 int start = function->shared().StartPosition();
599 int end = function->shared().EndPosition();
604 function->shared().internal_formal_parameter_count_without_receiver());
606 FunctionKindToFunctionFlags(function->shared().kind()));
810 source_intervals_.emplace(function->shared().StartPosition(),
811 function->shared().EndPosition());
813 handle(String::cast(Script::cast(function->shared().script()).source()),
1763 Handle<SharedFunctionInfo> shared = factory()->NewSharedFunctionInfo(
1772 SharedFunctionInfo raw = *shared;
1792 Factory::JSFunctionBuilder(isolate_, shared, isolate_->native_context())
1800 shared->set_outer_scope_info(context.scope_info());
1862 // Index 0 is reserved for top-level shared function info (which web
1921 // Index 0 is reserved for top-level shared function info (which web