Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.h226 static constexpr int kExecFunctionDescriptorIndex = 1; variable
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc148 InternalIndex kExecIndex(JSRegExp::kExecFunctionDescriptorIndex); in IsUnmodifiedRegExp()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp-gen.cc847 JSRegExp::kExecFunctionDescriptorIndex, RootIndex::kexec_string, in BranchIfFastRegExp()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc2500 DCHECK_EQ(JSRegExp::kExecFunctionDescriptorIndex, in InitializeGlobal()