Home
last modified time | relevance | path

Searched refs:throw_error (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/jerry/es5.1/
H A Dobject-literal-fails.js15 function throw_error(snippet) function
45 throw_error("({a:1, get a() { return 1 }})");
46 throw_error("({get a() {return undefined}, get a() {return undefined}})");
47 throw_error("({ get 1() {}, 1:1 })");
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-computed.js127 function throw_error(snippet) function
137 throw_error("new class { static ['proto' + 'type'] () {} }");
138 throw_error("new class { static get ['proto' + 'type'] () {} }");
139 throw_error("new class { static set ['proto' + 'type'] (x) {} }");
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2704 Label throw_error(this, Label::kDeferred); in IGNITION_HANDLER()
2705 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() local
2708 BIND(&throw_error); in IGNITION_HANDLER()
2725 Label throw_error(this, Label::kDeferred); in IGNITION_HANDLER()
2726 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() local
2729 BIND(&throw_error); in IGNITION_HANDLER()
2745 Label throw_error(this, Label::kDeferred); in IGNITION_HANDLER()
2746 GotoIf(TaggedNotEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() local
2749 BIND(&throw_error); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc1500 Label throw_error(this, Label::kDeferred); in FlattenIntoArray()
1502 target_index, NumberConstant(kMaxSafeInteger), &throw_error); in FlattenIntoArray()
1514 BIND(&throw_error); in FlattenIntoArray()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc13703 Label throw_error(this);
13704 GotoIf(TaggedIsSmi(species), &throw_error);
13705 GotoIfNot(IsConstructorMap(LoadMap(CAST(species))), &throw_error);
13710 BIND(&throw_error);

Completed in 26 milliseconds