Searched defs:DefineProxyProperty (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dv8natives.js691 function DefineProxyProperty(obj, p, attributes, should_throw) { function
986 return DefineProxyProperty(obj, p, attributes, should_throw);
1138 DefineProxyProperty(obj, name, attributesClone, true);
/external/v8/src/
H A Dv8natives.js679 function DefineProxyProperty(obj, p, attributes, should_throw) { function
927 return DefineProxyProperty(obj, p, attributes, should_throw);
1063 DefineProxyProperty(obj, name, attributesClone, true);

Completed in 156 milliseconds