Lines Matching refs:Callable

37   static Callable LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode);
38 static Callable LoadGlobalICInOptimizedCode(Isolate* isolate,
40 static Callable StoreOwnIC(Isolate* isolate);
41 static Callable StoreOwnICInOptimizedCode(Isolate* isolate);
43 static Callable ResumeGenerator(Isolate* isolate);
45 static Callable FrameDropperTrampoline(Isolate* isolate);
46 static Callable HandleDebuggerStatement(Isolate* isolate);
48 static Callable BinaryOperation(Isolate* isolate, Operation op);
50 static Callable ApiGetter(Isolate* isolate);
51 static Callable CallApiCallback(Isolate* isolate, int argc);
56 static Callable NonPrimitiveToPrimitive(
58 static Callable OrdinaryToPrimitive(Isolate* isolate,
61 static Callable StringAdd(Isolate* isolate,
65 static Callable FastNewFunctionContext(Isolate* isolate,
68 static Callable ArgumentAdaptor(Isolate* isolate);
69 static Callable Call(Isolate* isolate,
71 static Callable CallWithArrayLike(Isolate* isolate);
72 static Callable CallWithSpread(Isolate* isolate);
73 static Callable CallFunction(
75 static Callable CallVarargs(Isolate* isolate);
76 static Callable CallForwardVarargs(Isolate* isolate);
77 static Callable CallFunctionForwardVarargs(Isolate* isolate);
78 static Callable Construct(Isolate* isolate);
79 static Callable ConstructWithSpread(Isolate* isolate);
80 static Callable ConstructFunction(Isolate* isolate);
81 static Callable ConstructVarargs(Isolate* isolate);
82 static Callable ConstructForwardVarargs(Isolate* isolate);
83 static Callable ConstructFunctionForwardVarargs(Isolate* isolate);
85 static Callable InterpreterPushArgsThenCall(Isolate* isolate,
88 static Callable InterpreterPushArgsThenConstruct(
90 static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1);
91 static Callable InterpreterOnStackReplacement(Isolate* isolate);
93 static Callable ArrayNoArgumentConstructor(
96 static Callable ArraySingleArgumentConstructor(
100 static Callable InternalArrayNoArgumentConstructor(Isolate* isolate,
102 static Callable InternalArraySingleArgumentConstructor(Isolate* isolate,