Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp.cc23 if (*recv == isolate->regexp_function()->prototype()) { in BUILTIN()
Dbuiltins-regexp-gen.cc1188 TNode<JSFunction> regexp_function = in TF_BUILTIN() local
1197 var_new_target = regexp_function; in TF_BUILTIN()
1205 GotoIfNot(TaggedEqual(value, regexp_function), &next); in TF_BUILTIN()
1267 Branch(TaggedEqual(var_new_target.value(), regexp_function), in TF_BUILTIN()
1273 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in TF_BUILTIN()
1282 context, regexp_function, CAST(var_new_target.value()))); in TF_BUILTIN()
Dbuiltins-constructor-gen.cc418 TNode<JSFunction> regexp_function = CAST(LoadContextElement( in CreateRegExpLiteral() local
421 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in CreateRegExpLiteral()
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc41 return recv.map() == isolate->regexp_function()->initial_map(); in HasInitialRegExpMap()
/third_party/node/deps/v8/src/objects/
Djs-regexp.cc153 Handle<JSFunction> constructor = isolate->regexp_function(); in New()
Dcontexts.h252 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h527 V(JSFunction, regexp_function) \
Djs-create-lowering.cc1915 native_context().regexp_function().initial_map(dependencies()); in AllocateLiteralRegExp()
Djs-call-reducer.cc8091 native_context().regexp_function().initial_map(dependencies()); in ReduceRegExpPrototypeTest()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1652 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1111 if (regexp->map() != isolate_->regexp_function()->initial_map()) { in WriteValue()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc4678 Handle<JSFunction> regexp_fun(native_context()->regexp_function(), isolate()); in InitializeGlobal_regexp_linear_flag()