Searched refs:regexp_function (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-regexp.cc | 23 if (*recv == isolate->regexp_function()->prototype()) { in BUILTIN()
|
| D | builtins-regexp-gen.cc | 1188 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()
|
| D | builtins-constructor-gen.cc | 418 TNode<JSFunction> regexp_function = CAST(LoadContextElement( in CreateRegExpLiteral() local 421 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in CreateRegExpLiteral()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-utils.cc | 41 return recv.map() == isolate->regexp_function()->initial_map(); in HasInitialRegExpMap()
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-regexp.cc | 153 Handle<JSFunction> constructor = isolate->regexp_function(); in New()
|
| D | contexts.h | 252 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
|
| /third_party/node/deps/v8/src/compiler/ |
| D | heap-refs.h | 527 V(JSFunction, regexp_function) \
|
| D | js-create-lowering.cc | 1915 native_context().regexp_function().initial_map(dependencies()); in AllocateLiteralRegExp()
|
| D | js-call-reducer.cc | 8091 native_context().regexp_function().initial_map(dependencies()); in ReduceRegExpPrototypeTest()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-regexp.cc | 1652 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION()
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| D | web-snapshot.cc | 1111 if (regexp->map() != isolate_->regexp_function()->initial_map()) { in WriteValue()
|
| /third_party/node/deps/v8/src/init/ |
| D | bootstrapper.cc | 4678 Handle<JSFunction> regexp_fun(native_context()->regexp_function(), isolate()); in InitializeGlobal_regexp_linear_flag()
|