Searched refs:bound_next (Results 1 – 3 of 3) sorted by relevance
13 bound_next: Undefined|JSFunction;
1314 Handle<Object> bound_next(break_iterator->bound_next(), isolate); in BUILTIN() local1315 if (!bound_next->IsUndefined(isolate)) { in BUILTIN()1316 DCHECK(bound_next->IsJSFunction()); in BUILTIN()1317 return *bound_next; in BUILTIN()
2281 os << "\n - bound next: " << Brief(bound_next()); in JSV8BreakIteratorPrint()