Home | History | Annotate | Download | only in src

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
85 // Old snapshot code can't cope with external strings at all.
328 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
459 Handle<Code> code =
460 Handle<Code>(isolate->builtins()->builtin(
462 empty_function->set_code(*code);
463 empty_function->shared()->set_code(*code);
543 Handle<Code> code = Handle<Code>(
547 throw_type_error->set_code(*code);
548 throw_type_error->shared()->set_code(*code);
701 Handle<Code> code = Handle<Code>(isolate->builtins()->builtin(
705 JSGlobalObject::kSize, code, true);
735 Handle<Code> code = Handle<Code>(isolate->builtins()->builtin(
739 JSGlobalProxy::kSize, code, true);
854 // array_function is used internally. JS code creating array object should
857 // overwritten by JS code.
1000 Handle<Code> code = Handle<Code>(
1011 code,
1120 Handle<Code> code = Handle<Code>(
1126 code,
1137 Handle<Code> code =
1138 Handle<Code>(isolate->builtins()->builtin(
1142 JSObject::kHeaderSize, code, true);
1149 Handle<Code> code =
1150 Handle<Code>(isolate->builtins()->builtin(
1154 JSObject::kHeaderSize, code, true);
1287 Handle<Code> code = Handle<Code>(
1291 JSBuiltinsObject::kSize, code, true);
1305 // way to get from code running in the builtins context to the
1452 // that keeps its field isolated from JavaScript code. It may store
1453 // objects, that JavaScript code may not access.
1470 // must not be leaked to user code.
1472 // Array code uses Array.prototype as prototype when called as
1549 // The code will never be called, but inline caching for call will
1880 // Set the code object on the function object.
1881 function->ReplaceCode(function->shared()->code());
1882 builtins->set_javascript_builtin_code(id, shared->code());