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

/external/chromium_org/v8/src/
H A Dv8natives.js280 var desc = GetOwnProperty(this, P);
645 function GetOwnProperty(obj, v) { function
663 // GetOwnProperty returns an array indexed by the constants
666 var props = %GetOwnProperty(ToObject(obj), p);
677 var desc = GetOwnProperty(obj, p);
711 var current_or_access = %GetOwnProperty(ToObject(obj), ToName(p));
884 var length_desc = GetOwnProperty(obj, "length");
906 var deletedDesc = GetOwnProperty(obj, index);
953 var length_desc = GetOwnProperty(obj, "length");
1010 var desc = GetOwnProperty(ob
[all...]
H A Druntime.cc1814 // Enumerator used as indices into the array returned from GetOwnProperty
1827 static Handle<Object> GetOwnProperty(Isolate* isolate, function in namespace:v8::internal
1899 Handle<Object> result = GetOwnProperty(isolate, obj, name);
/external/v8/src/
H A Dv8natives.js273 var desc = GetOwnProperty(this, P);
637 function GetOwnProperty(obj, v) { function
651 // GetOwnProperty returns an array indexed by the constants
654 var props = %GetOwnProperty(ToObject(obj), ToString(v));
665 var desc = GetOwnProperty(obj, p);
696 var current_or_access = %GetOwnProperty(ToObject(obj), ToString(p));
868 var length_desc = GetOwnProperty(obj, "length");
903 var length_desc = GetOwnProperty(obj, "length");
951 var desc = GetOwnProperty(obj, p);
1074 var attr = GetOwnProperty(attribute
[all...]
H A Druntime.cc987 // Enumerator used as indices into the array returned from GetOwnProperty
1000 static MaybeObject* GetOwnProperty(Isolate* isolate, function in namespace:v8::internal
1152 return GetOwnProperty(isolate, obj, name);

Completed in 213 milliseconds