Home | History | Annotate | Download | only in src

Lines Matching defs:call

185   // through the API.  We call this regardless of whether we are building a
372 Builtins::Name call) {
376 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
1310 // Set up the call-as-function delegate.
1321 // Set up the call-as-constructor delegate.
1454 // Call function using either the runtime object or the global
1461 return !Execution::Call(
1963 // Install Function.prototype.call and apply.
1972 // Install the call and the apply functions.
1973 Handle<JSFunction> call =
1974 InstallFunction(proto, "call", JS_OBJECT_TYPE, JSObject::kHeaderSize,
1987 // Make sure that Function.prototype.call appears to be compiled.
1988 // The code will never be called, but inline caching for call will
1990 call->shared()->DontAdaptArguments();
1991 DCHECK(call->is_compiled());
1997 call->shared()->set_length(1);