Searched refs:DontEnum (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-cntl-descriptors-enum.js30 DontEnum = 2;
33 %AddNamedProperty(o, "a", 0, DontEnum);
36 %AddNamedProperty(o2, "a", 0, DontEnum);
/external/v8/test/mjsunit/
H A Dmirror-regexp.js31 var dont_enum = debug.PropertyAttribute.DontEnum;
/external/v8/src/
H A Dproperty-details.h19 DONT_ENUM = ::v8::DontEnum,
H A Dapi.cc3713 desc.set_enumerable(!(attributes & v8::DontEnum));
/external/v8/src/debug/
H A Dmirrors.js252 PropertyAttribute.DontEnum = DONT_ENUM;
1486 return (this.attributes() & PropertyAttribute.DontEnum) == 0;
/external/v8/include/
H A Dv8.h2579 DontEnum = 1 << 1, enumerator in enum:v8::PropertyAttribute
2719 * any combination of ReadOnly, DontEnum and DontDelete. Returns
2927 * which can be None or any combination of ReadOnly, DontEnum and DontDelete.
2950 * None or any combination of ReadOnly, DontEnum and DontDelete.
4254 * v8::DontEnum, etc.)
4301 * v8::DontEnum, etc.)
/external/v8/test/cctest/
H A Dtest-api.cc5206 ->DefineOwnProperty(context.local(), prop, v8_num(28), v8::DontEnum)
5208 CHECK_EQ(v8::DontEnum, context->Global()

Completed in 228 milliseconds