HomeSort by relevance Sort by last modified time
    Searched refs:GetOwnProperty (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
v8natives.js 273 var desc = GetOwnProperty(this, P);
637 function GetOwnProperty(obj, v) {
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(attributes, N)
    [all...]
runtime.h 73 F(GetOwnProperty, 2, 1) \
runtime.cc     [all...]

Completed in 52 milliseconds