/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8DOMConfiguration.cpp | 91 …New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 92 …New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 95 …ned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 96 …ned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 100 …New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 101 …New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 104 …tf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 105 …tf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstants() 116 …er, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstant() 117 …er, 0, v8::Handle<v8::Value>(), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in installConstant() [all …]
|
D | CustomElementConstructorBuilder.cpp | 215 …et(prototypeKey, m_prototype, v8::PropertyAttribute(v8::ReadOnly | v8::DontEnum | v8::DontDelete)); in createConstructor() 230 …otype->GetPropertyAttributes(v8String(m_scriptState->isolate(), "constructor")) & v8::DontDelete) { in prototypeIsValid()
|
D | WindowProxy.cpp | 345 …, "document"), documentWrapper, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete)); in updateDocumentProperty()
|
/external/chromium_org/v8/test/webkit/fast/js/ |
D | array-functions-non-arrays-expected.txt | 29 PASS properties(['b', 'a']) is '0:b, 1:a, length:2(DontDelete, DontEnum)' 54 PASS Array.prototype.pop.call(x = ['b', 'a']); properties(x) is '0:b, length:1(DontDelete, DontEnum… 62 PASS Array.prototype.push.call(x = ['b', 'a']); properties(x) is '0:b, 1:a, length:2(DontDelete, Do… 70 …pe.push.call(x = ['b', 'a'], 'c'); properties(x) is '0:b, 1:a, 2:c, length:3(DontDelete, DontEnum)' 74 PASS properties(Array.prototype.reverse.call(['b', 'a'])) is '0:a, 1:b, length:2(DontDelete, DontEn… 83 PASS Array.prototype.shift.call(x = ['b', 'a']); properties(x) is '0:a, length:1(DontDelete, DontEn… 91 PASS properties(Array.prototype.sort.call(['b', 'a'])) is '0:a, 1:b, length:2(DontDelete, DontEnum)' 100 PASS Array.prototype.splice.call(x = ['b', 'a'], 0, 1); properties(x) is '0:a, length:1(DontDelete,… 108 PASS Array.prototype.unshift.call(x = ['b', 'a']); properties(x) is '0:b, 1:a, length:2(DontDelete,… 116 …unshift.call(x = ['b', 'a'], 'c'); properties(x) is '0:c, 1:b, 2:a, length:3(DontDelete, DontEnum)'
|
/external/chromium_org/v8/test/mjsunit/ |
D | mirror-regexp.js | 33 debug.PropertyAttribute.DontDelete; 39 'lastIndex': debug.PropertyAttribute.DontEnum | debug.PropertyAttribute.DontDelete
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/ |
D | V8SQLResultSetRowListCustom.cpp | 87 …List->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly)); in itemMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestInterfaceCheckSecurity.cpp | 486 …pperTypeInfo, v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete), V8DOMConfigura… in installV8TestInterfaceCheckSecurityTemplate() 490 …pperTypeInfo, v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete), V8DOMConfigura… in installV8TestInterfaceCheckSecurityTemplate() 494 …pperTypeInfo, v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete), V8DOMConfigura… in installV8TestInterfaceCheckSecurityTemplate() 498 …pperTypeInfo, v8::ALL_CAN_READ, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly),… in installV8TestInterfaceCheckSecurityTemplate()
|
D | V8TestException.cpp | 101 …typeTemplate, defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::DontEnum),… in installV8TestExceptionTemplate()
|
D | V8TestInterface.cpp | 1880 …V8DOMConfiguration::installMethod(prototypeTemplate, defaultSignature, v8::DontDelete, symbolKeyed… in installV8TestInterfaceTemplate() 1959 …typeTemplate, defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::DontEnum),… in installV8TestInterfaceTemplate()
|
D | V8TestObject.cpp | 10165 …ol>(v8::PROHIBITS_OVERWRITING), static_cast<v8::PropertyAttribute>(v8::DontDelete), V8DOMConfigura… 10488 …typeTemplate, defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::DontEnum),… in installV8TestObjectTemplate() 10510 …anceTemplate, defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly),… in installV8TestObjectTemplate()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8MessageEventCustom.cpp | 100 …v8::PropertyAttribute dataAttr = static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly); in dataAttributeGetterCustom()
|
/external/chromium_org/v8/src/ |
D | property-details.h | 17 DONT_DELETE = v8::DontDelete,
|
D | mirror-debugger.js | 190 PropertyAttribute.DontDelete = DONT_DELETE; 1462 return (this.attributes() & PropertyAttribute.DontDelete) == 0;
|
/external/chromium_org/v8/test/cctest/ |
D | test-log.cc | 353 static_cast<v8::PropertyAttribute>(v8::DontDelete)); in TEST()
|
D | test-object-observe.cc | 279 DontDelete); in TEST()
|
D | test-api.cc | 4514 context->Global()->ForceSet(prop, v8_num(13), v8::DontDelete); in THREADED_TEST() 4518 CHECK_EQ(v8::DontDelete, context->Global()->GetPropertyAttributes(prop)); in THREADED_TEST() 5848 v8_str("donut"), v8::DEFAULT, v8::DontDelete)); in THREADED_TEST() 5852 v8_str("donut"), v8::DEFAULT, v8::DontDelete)); in THREADED_TEST() 15524 global->ForceSet(simple_property, v8::Int32::New(isolate, 4), v8::DontDelete); in THREADED_TEST() 15562 v8::DontDelete); in THREADED_TEST() 19809 context->Global()->ForceSet(v8_str("cell"), v8_str("value"), v8::DontDelete); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/ |
D | V8TestInterface5.cpp | 780 …V8DOMConfiguration::installMethod(prototypeTemplate, defaultSignature, v8::DontDelete, symbolKeyed… in installV8TestInterface5Template() 789 …typeTemplate, defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::DontEnum),… in installV8TestInterface5Template()
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | interface.cpp | 1000 ' | '.join(method.property_attributes or ['v8::DontDelete']) %}
|
/external/chromium_org/v8/include/ |
D | v8.h | 2202 DontDelete = 1 << 2 enumerator
|