Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc1365 Callable substring_callable = CodeFactory::SubString(isolate()); in TF_BUILTIN() local
1377 Node* const prefix = CallStub(substring_callable, context, subject_string, in TF_BUILTIN()
1410 Node* const matched = CallStub(substring_callable, context, subject_string, in TF_BUILTIN()
1422 Node* const suffix = CallStub(substring_callable, context, subject_string, in TF_BUILTIN()