Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-object.cc786 uint32_t property_num; in RUNTIME_FUNCTION() local
792 String::cast(*property)->AsArrayIndex(&property_num)) { in RUNTIME_FUNCTION()
793 property = isolate->factory()->NewNumberFromUint(property_num); in RUNTIME_FUNCTION()