Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
357 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
498 Handle<Code> code =
499 Handle<Code>(isolate->builtins()->builtin(
501 empty_function->set_code(*code);
502 empty_function->shared()->set_code(*code);
580 Handle<Code> code(isolate()->builtins()->builtin(
584 throw_type_error_function->set_code(*code);
585 throw_type_error_function->shared()->set_code(*code);
731 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin(
735 JSGlobalObject::kSize, code, true);
764 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin(
768 JSGlobalProxy::kSize, code, true);
880 // array_function is used internally. JS code creating array object should
883 // overwritten by JS code.
1052 Handle<Code> code = Handle<Code>(
1063 code,
1196 Handle<Code> code = Handle<Code>(
1202 code,
1213 Handle<Code> code =
1214 Handle<Code>(isolate->builtins()->builtin(
1218 JSObject::kHeaderSize, code, true);
1225 Handle<Code> code =
1226 Handle<Code>(isolate->builtins()->builtin(
1230 JSObject::kHeaderSize, code, true);
1306 // before entering JS code to catch overflow early.
1423 Handle<Code> code = Handle<Code>(
1428 JSBuiltinsObject::kSize, code, true);
1442 // way to get from code running in the builtins context to the
1596 code. It may store
1597 // objects, that JavaScript code may not access.
1614 // must not be leaked to user code.
1632 // many places in the C++ runtime code (e.g. RegEx) that assume that
1703 // The code will never be called, but inline caching for call will
2102 // Set the code object on the function object.
2103 function->ReplaceCode(function->shared()->code());
2104 builtins->set_javascript_builtin_code(id, shared->code());
2300 // before entering JS code to catch overflow early.