Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
46 #include "code-stubs.h"
369 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
505 Handle<Code> code =
506 Handle<Code>(isolate->builtins()->builtin(
508 empty_function->set_code(*code);
509 empty_function->shared()->set_code(*code);
588 Handle<Code> code(isolate()->builtins()->builtin(
592 throw_type_error_function->set_code(*code);
593 throw_type_error_function->shared()->set_code(*code);
729 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin(
733 JSGlobalObject::kSize, code, true);
763 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin(
767 JSGlobalProxy::kSize, code, true);
895 // array_function is used internally. JS code creating array object should
898 // overwritten by JS code.
904 Handle<Code> code = array_constructor_stub.GetCode(isolate);
905 array_function->shared()->set_construct_stub(*code);
1073 Handle<Code> code = Handle<Code>(
1084 code,
1224 Handle<Code> code = Handle<Code>(
1230 code,
1242 Handle<Code> code =
1243 Handle<Code>(isolate->builtins()->builtin(
1247 JSObject::kHeaderSize, code, true);
1254 Handle<Code> code =
1255 Handle<Code>(isolate->builtins()->builtin(
1259 JSObject::kHeaderSize, code, true);
1487 // before entering JS code to catch overflow early.
1624 // must not be leaked to user code.
1638 Handle<Code> code = internal_array_constructor_stub.GetCode(isolate());
1639 array_function->shared()->set_construct_stub(*code);
1674 Handle<Code> code = Handle<Code>(
1679 JSBuiltinsObject::kSize, code, true);
1697 // way to get from code running in the builtins context to the
1880 // that keeps its field isolated from JavaScript code. It may store
1881 // objects, that JavaScript code may not access.
1894 // many places in the C++ runtime code (e.g. RegEx) that assume that
1955 // The code will never be called, but inline caching for call will
2412 code());
2612 // before entering JS code to catch overflow early.