Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-break-iterator.tq13 bound_next: Undefined|JSFunction;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-intl.cc1314 Handle<Object> bound_next(break_iterator->bound_next(), isolate); in BUILTIN() local
1315 if (!bound_next->IsUndefined(isolate)) { in BUILTIN()
1316 DCHECK(bound_next->IsJSFunction()); in BUILTIN()
1317 return *bound_next; in BUILTIN()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2281 os << "\n - bound next: " << Brief(bound_next()); in JSV8BreakIteratorPrint()