Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-utils.cc39 return recv->map() == isolate->regexp_function()->initial_map(); in HasInitialRegExpMap()
/external/v8/src/builtins/
Dbuiltins-regexp.cc737 Node* const regexp_function = in TF_BUILTIN() local
746 var_new_target.Bind(regexp_function); in TF_BUILTIN()
755 GotoIfNot(WordEqual(value, regexp_function), &next); in TF_BUILTIN()
825 Branch(WordEqual(var_new_target.value(), regexp_function), in TF_BUILTIN()
831 regexp_function, JSFunction::kPrototypeOrInitialMapOffset); in TF_BUILTIN()
841 context, regexp_function, var_new_target.value()); in TF_BUILTIN()
964 if (*recv == isolate->regexp_function()->prototype()) { in BUILTIN()
/external/v8/src/
Dcontexts.h306 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
Dobjects.cc16006 Handle<JSFunction> constructor = isolate->regexp_function(); in New()
/external/v8/src/runtime/
Druntime-regexp.cc798 Handle<Map> map(isolate->regexp_function()->initial_map()); in RUNTIME_FUNCTION()
1383 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION()