Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dv8natives.js653 function Delete(obj, p, should_throw) { argument
659 } else if (should_throw) {
668 function DefineProxyProperty(obj, p, attributes, should_throw) { argument
675 if (should_throw) {
687 function DefineObjectProperty(obj, p, desc, should_throw) { argument
695 if (should_throw) {
725 if (should_throw) {
735 if (should_throw) {
744 if (should_throw) {
752 if (should_throw) {
[all …]
/external/v8/test/mjsunit/
Dstrict-mode.js386 function testAssignToUndefined(test, should_throw) { argument
390 assertTrue(should_throw, "strict mode");
394 assertFalse(should_throw, "strict mode");