Searched refs:last_index_obj (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-utils.cc | 192 Handle<Object> last_index_obj; in SetAdvancedStringIndex() local 194 isolate, last_index_obj, in SetAdvancedStringIndex() 199 ASSIGN_RETURN_ON_EXCEPTION(isolate, last_index_obj, in SetAdvancedStringIndex() 200 Object::ToLength(isolate, last_index_obj), Object); in SetAdvancedStringIndex() 201 const uint64_t last_index = PositiveNumberToUint64(*last_index_obj); in SetAdvancedStringIndex()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 1369 Handle<Object> last_index_obj(regexp->last_index(), isolate); in RegExpReplace() 1370 ASSIGN_RETURN_ON_EXCEPTION(isolate, last_index_obj, in RegExpReplace() 1371 Object::ToLength(isolate, last_index_obj), in RegExpReplace() 1373 last_index = PositiveNumberToUint32(*last_index_obj); in RegExpReplace() 1513 Handle<Object> last_index_obj(regexp->last_index(), isolate); in RUNTIME_FUNCTION() 1515 isolate, last_index_obj, Object::ToLength(isolate, last_index_obj)); in RUNTIME_FUNCTION() 1516 last_index = PositiveNumberToUint32(*last_index_obj); in RUNTIME_FUNCTION() 1735 Handle<Object> last_index_obj; in RUNTIME_FUNCTION() local 1737 isolate, last_index_obj, RegExpUtil in RUNTIME_FUNCTION() [all...] |
Completed in 3 milliseconds