Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1172 TNode<HeapObject> heap_maybe_regexp = CAST(maybe_regexp); in TF_BUILTIN() local
1173 regexp_asm.BranchIfFastRegExpForMatch(context, heap_maybe_regexp, &fast, in TF_BUILTIN()
1178 TNode<BoolT> is_global = regexp_asm.FlagGetter(context, heap_maybe_regexp, in TF_BUILTIN()
1185 GotoIfNot(regexp_asm.IsRegExp(native_context, heap_maybe_regexp), &next); in TF_BUILTIN()
1187 TNode<Object> flags = GetProperty(context, heap_maybe_regexp, in TF_BUILTIN()