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

  /external/v8/test/webkit/fast/js/
array-functions-non-arrays.js 70 flags.push("DontDelete");
96 shouldBe("properties(['b', 'a'])", "'0:b, 1:a, length:2(DontDelete, DontEnum)'");
131 shouldBe("Array.prototype.pop.call(x = ['b', 'a']); properties(x)", "'0:b, length:1(DontDelete, DontEnum)'");
140 shouldBe("Array.prototype.push.call(x = ['b', 'a']); properties(x)", "'0:b, 1:a, length:2(DontDelete, DontEnum)'");
148 shouldBe("Array.prototype.push.call(x = ['b', 'a'], 'c'); properties(x)", "'0:b, 1:a, 2:c, length:3(DontDelete, DontEnum)'");
153 shouldBe("properties(Array.prototype.reverse.call(['b', 'a']))", "'0:a, 1:b, length:2(DontDelete, DontEnum)'");
163 shouldBe("Array.prototype.shift.call(x = ['b', 'a']); properties(x)", "'0:a, length:1(DontDelete, DontEnum)'");
173 shouldBe("properties(Array.prototype.sort.call(['b', 'a']))", "'0:a, 1:b, length:2(DontDelete, DontEnum)'");
183 shouldBe("Array.prototype.splice.call(x = ['b', 'a'], 0, 1); properties(x)", "'0:a, length:1(DontDelete, DontEnum)'");
192 shouldBe("Array.prototype.unshift.call(x = ['b', 'a']); properties(x)", "'0:b, 1:a, length:2(DontDelete, DontEnum)'")
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
class.cpp 41 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
268 static_cast<v8::PropertyAttribute>(v8::DontDelete));
279 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
290 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
dynprop.cpp 297 info.GetReturnValue().Set(v8::DontDelete);
  /external/v8/test/mjsunit/regress/
regress-74.js 28 // Test that the variable introduced by catch blocks is DontDelete.
  /external/v8/test/webkit/fast/js/kde/
prototype_length.js 44 // check DontDelete
  /external/v8/test/mjsunit/
mirror-regexp.js 32 var dont_delete = debug.PropertyAttribute.DontDelete;
delete.js 47 var y = 87; // should have DontDelete attribute
  /external/v8/src/
property-details.h 20 DONT_DELETE = ::v8::DontDelete,
api.cc     [all...]
  /external/v8/test/cctest/
test-log.cc 357 static_cast<v8::PropertyAttribute>(v8::DontDelete));
test-api.cc     [all...]
  /external/v8/src/debug/
mirrors.js 253 PropertyAttribute.DontDelete = DONT_DELETE;
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 374 milliseconds