Lines Matching defs:call
180 // through the API. We call this regardless of whether we are building a
352 Builtins::Name call,
357 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
1212 // Set up the call-as-function delegate.
1224 // Set up the call-as-constructor delegate.
1364 // Call function using either the runtime object or the global
1371 Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1683 // Install Function.prototype.call and apply.
1690 // Install the call and the apply functions.
1691 Handle<JSFunction> call =
1692 InstallFunction(proto, "call", JS_OBJECT_TYPE, JSObject::kHeaderSize,
1702 // Make sure that Function.prototype.call appears to be compiled.
1703 // The code will never be called, but inline caching for call will
1705 call->shared()->DontAdaptArguments();
1706 ASSERT(call->is_compiled());
1712 call->shared()->set_length(1);