Home
last modified time | relevance | path

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

/external/v8/src/
Djson.js27 if (%_CallFunction(val, p, ObjectHasOwnProperty)) {
90 if (%_CallFunction(replacer, i, ObjectHasOwnProperty)) {
103 if (%_CallFunction(value, p, ObjectHasOwnProperty)) {
Dmacros.py169 macro HAS_OWN_PROPERTY(obj, index) = (%_CallFunction(obj, index, ObjectHasOwnProperty));
Dv8natives.js240 function ObjectHasOwnProperty(V) { class
1422 "hasOwnProperty", ObjectHasOwnProperty,