Home
last modified time | relevance | path

Searched refs:JSRegExpStringIterator (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-regexp-string-iterator.h19 class JSRegExpStringIterator
20 : public TorqueGeneratedJSRegExpStringIterator<JSRegExpStringIterator,
32 DECL_PRINTER(JSRegExpStringIterator)
36 TQ_OBJECT_CONSTRUCTORS(JSRegExpStringIterator)
Djs-regexp-string-iterator-inl.h20 TQ_OBJECT_CONSTRUCTORS_IMPL(JSRegExpStringIterator)
22 BOOL_ACCESSORS(JSRegExpStringIterator, flags, done, DoneBit::kShift)
23 BOOL_ACCESSORS(JSRegExpStringIterator, flags, global, GlobalBit::kShift)
24 BOOL_ACCESSORS(JSRegExpStringIterator, flags, unicode, UnicodeBit::kShift)
Djs-regexp-string-iterator.tq11 extern class JSRegExpStringIterator extends JSObject {
Dobject-list-macros.h160 V(JSRegExpStringIterator) \
Djs-objects.cc2430 return JSRegExpStringIterator::kHeaderSize; in GetHeaderSize()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp-gen.cc1484 TNode<HeapObject> iterator = Allocate(JSRegExpStringIterator::kHeaderSize); in CreateRegExpStringIterator()
1487 JSRegExpStringIterator::kPropertiesOrHashOffset, in CreateRegExpStringIterator()
1489 StoreObjectFieldRoot(iterator, JSRegExpStringIterator::kElementsOffset, in CreateRegExpStringIterator()
1494 iterator, JSRegExpStringIterator::kIteratingRegExpOffset, regexp); in CreateRegExpStringIterator()
1498 iterator, JSRegExpStringIterator::kIteratedStringOffset, string); in CreateRegExpStringIterator()
1505 Int32Constant(JSRegExpStringIterator::GlobalBit::kShift)); in CreateRegExpStringIterator()
1508 Int32Constant(JSRegExpStringIterator::UnicodeBit::kShift)); in CreateRegExpStringIterator()
1510 StoreObjectFieldNoWriteBarrier(iterator, JSRegExpStringIterator::kFlagsOffset, in CreateRegExpStringIterator()
Dregexp-match-all.tq114 const receiver = Cast<JSRegExpStringIterator>(receiver) otherwise
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h66 class JSRegExpStringIterator; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc713 void JSRegExpStringIterator::JSRegExpStringIteratorPrint(std::ostream& os) { in JSRegExpStringIteratorPrint()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc2689 JSRegExpStringIterator::kHeaderSize, 0, in InitializeGlobal()