Lines Matching defs:shared
234 Object* script = JSFunction::cast(frame()->function())->shared()->script();
712 return function->shared()->formal_parameter_count();
761 SharedFunctionInfo* shared = fun->shared();
766 Object* maybe_script = shared->script();
812 function_->shared()->DebugName()->ShortPrint();
889 Code* code = function->shared()->code();
894 function->shared());
1050 Handle<SharedFunctionInfo> shared(JSFunction::cast(function)->shared());
1051 scope_info = Handle<ScopeInfo>(shared->scope_info());
1052 Object* script_obj = shared->script();
1065 int function_start_pos = shared->start_position();
1161 SharedFunctionInfo* shared = JSFunction::cast(function)->shared();
1163 shared->SourceCodePrint(accumulator, FLAG_max_stack_trace_source_length);
1178 expected = JSFunction::cast(function)->shared()->formal_parameter_count();