Home
last modified time | relevance | path

Searched refs:call_callable (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-promise.cc378 Callable call_callable = CodeFactory::Call(isolate); in InternalPromiseThen() local
1087 Callable call_callable = CodeFactory::Call(isolate); in TF_BUILTIN() local
1089 Node* const maybe_exception = CallJS(call_callable, context, executor, in TF_BUILTIN()
1097 Callable call_callable = CodeFactory::Call(isolate); in TF_BUILTIN() local
1098 CallJS(call_callable, context, reject, UndefinedConstant(), in TF_BUILTIN()
1222 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1236 CallJS(call_callable, context, on_reject, UndefinedConstant(), exception); in TF_BUILTIN()
1299 Callable call_callable = CodeFactory::Call(isolate); in TF_BUILTIN() local
1301 CallJS(call_callable, context, handler, UndefinedConstant(), value); in TF_BUILTIN()
1314 Callable call_callable = CodeFactory::Call(isolate); in TF_BUILTIN() local
[all …]
Dbuiltins-string.cc1281 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1282 return CallJS(call_callable, context, fn, search, receiver, replace); in TF_BUILTIN()
1386 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1388 CallJS(call_callable, context, replace, UndefinedConstant(), in TF_BUILTIN()
1449 Callable call_callable = CodeFactory::Call(isolate()); in TF_BUILTIN() local
1450 return CallJS(call_callable, context, fn, separator, receiver, limit); in TF_BUILTIN()
Dbuiltins-regexp.cc1282 Callable call_callable = CodeFactory::Call(isolate); in RegExpExec() local
1283 Node* const result = CallJS(call_callable, context, exec, regexp, string); in RegExpExec()
2338 Callable call_callable = CodeFactory::Call(isolate); in ReplaceGlobalCallableFastPath() local
2340 CallJS(call_callable, context, replace_callable, undefined, elem, in ReplaceGlobalCallableFastPath()
2383 Callable call_callable = CodeFactory::Call(isolate); in ReplaceGlobalCallableFastPath() local
2388 CallJS(call_callable, context, reflect_apply, undefined, in ReplaceGlobalCallableFastPath()