Lines Matching refs:shared
377 function->shared()->set_instance_class_name(*symbol);
379 function->shared()->set_native(true);
502 empty_function->shared()->set_code(*code);
506 empty_function->shared()->set_script(*script);
507 empty_function->shared()->set_start_position(0);
508 empty_function->shared()->set_end_position(source->length());
509 empty_function->shared()->DontAdaptArguments();
585 throw_type_error_function->shared()->set_code(*code);
586 throw_type_error_function->shared()->DontAdaptArguments();
780 global_proxy_function->shared()->set_instance_class_name(*global_name);
866 array_function->shared()->set_construct_stub(
868 array_function->shared()->DontAdaptArguments();
872 array_function->shared()->set_length(1);
909 string_fun->shared()->set_construct_stub(
1066 function->shared()->set_instance_class_name(*symbol);
1067 function->shared()->set_expected_nof_properties(2);
1206 context_extension_fun->shared()->set_instance_class_name(*name);
1220 delegate->shared()->DontAdaptArguments();
1232 delegate->shared()->DontAdaptArguments();
1431 builtins_fun->shared()->set_instance_class_name(*name);
1627 array_function->shared()->set_construct_stub(
1629 array_function->shared()->DontAdaptArguments();
1705 call->shared()->DontAdaptArguments();
1709 apply->shared()->set_formal_parameter_count(2);
1712 call->shared()->set_length(1);
1713 apply->shared()->set_length(2);
1832 function->shared()->set_function_data(Smi::FromInt(id));
2097 Handle<SharedFunctionInfo> shared
2098 = Handle<SharedFunctionInfo>(function->shared());
2099 if (!SharedFunctionInfo::EnsureCompiled(shared, CLEAR_EXCEPTION)) {
2103 function->ReplaceCode(function->shared()->code());
2104 builtins->set_javascript_builtin_code(id, shared->code());