Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.cc429 Smi::FromInt(kInitialLastIndexValue), in Initialize()
437 Handle<Smi>(Smi::FromInt(kInitialLastIndexValue), isolate)), in Initialize()
Djs-regexp.h160 static constexpr int kInitialLastIndexValue = 0; variable
/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc444 SmiConstant(JSRegExp::kInitialLastIndexValue)); in CreateRegExpLiteral()
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc1940 jsgraph()->SmiConstant(JSRegExp::kInitialLastIndexValue)); in AllocateLiteralRegExp()