Searched refs:next_source (Results 1 – 2 of 2) sorted by relevance
162 $ call build 'next_source'
1480 Handle<Object> next_source = args.at<Object>(i); in BUILTIN() local1482 if (next_source->IsUndefined() || next_source->IsNull()) continue; in BUILTIN()1486 Object::ToObject(isolate, next_source).ToHandleChecked(); in BUILTIN()