Searched refs:GetOwnProperty (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dv8natives.js643 // GetOwnProperty returns an array indexed by the constants
646 var props = %GetOwnProperty(ToObject(obj), p);
688 var current_array = %GetOwnProperty(ToObject(obj), ToName(p));
H A Dmessages.js1247 var desc = %GetOwnProperty(current, name);
H A Druntime.h52 F(GetOwnProperty, 2, 1) \
H A Druntime.cc1953 // Enumerator used as indices into the array returned from GetOwnProperty
1966 MUST_USE_RESULT static MaybeHandle<Object> GetOwnProperty(Isolate* isolate, function in namespace:v8::internal
2049 isolate, result, GetOwnProperty(isolate, obj, name));

Completed in 144 milliseconds