Lines Matching defs:call
24 #include "src/logging/runtime-call-stats-scope.h"
206 // in through the API. We call this regardless of whether we are building a
498 Handle<HeapObject> prototype, Builtin call) {
499 DCHECK(Builtins::HasJSLinkage(call));
501 isolate, name, type, instance_size, inobject_properties, prototype, call);
509 Handle<HeapObject> prototype, Builtin call) {
512 instance_size, inobject_properties, prototype, call);
543 Builtin call, int len,
545 DCHECK(Builtins::HasJSLinkage(call));
548 CreateFunctionForBuiltinWithoutPrototype(isolate, name, call);
563 Isolate* isolate, Handle<JSObject> base, const char* name, Builtin call,
568 SimpleCreateFunction(isolate, internalized_name, call, len, adapt);
574 Isolate* isolate, Handle<JSObject> base, const char* name, Builtin call,
581 SimpleCreateFunction(isolate, internalized_name, call, len, adapt);
588 const char* symbol_string, Builtin call, int len, bool adapt,
593 SimpleCreateFunction(isolate, internalized_symbol, call, len, adapt);
630 Builtin call, bool adapt) {
635 SimpleCreateFunction(isolate, getter_name, call, 0, adapt);
648 Builtin call, bool adapt) {
649 return SimpleInstallGetter(isolate, base, name, name, call, adapt);
1682 SimpleInstallFunction(isolate_, prototype, "call",
4032 // Set up the call-as-function delegate.
4040 // Set up the call-as-constructor delegate.