Home
last modified time | relevance | path

Searched refs:do_throw (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/tests/debugger/
Ddo_throw.expected2 Stopped at tests/debugger/do_throw.js:23
4 Stopped at tests/debugger/do_throw.js:24
6 Stopped at tests/debugger/do_throw.js:26
8 Stopped at tests/debugger/do_throw.js:27
10 Stopped at tests/debugger/do_throw.js:20 (in g() at line:19, col:1)
12 Stopped at tests/debugger/do_throw.js:16 (in f() at line:15, col:1)
14 Stopped at tests/debugger/do_throw.js:31
16 Stopped at tests/debugger/do_throw.js:34
/third_party/jerryscript/jerry-debugger/
Djerry_client.py195 def do_throw(self, args): member in DebuggerPrompt
/third_party/python/Lib/test/
Dtest_exceptions.py930 def do_throw(g): function
935 self._check_generator_cleanup_exc_state(do_throw)
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc568 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
580 __ JumpIfRoot(r3, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
604 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc553 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
565 __ JumpIfRoot(r2, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
589 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc278 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
290 __ JumpIfRoot(a0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
314 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc289 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
301 __ JumpIfRoot(r0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
325 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc362 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
373 __ B(eq, &do_throw); in Generate_JSConstructStubGeneric()
398 __ Bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc278 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
290 __ JumpIfRoot(v0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
314 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc299 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
311 __ JumpIfRoot(a0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
339 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc301 Label check_result, use_receiver, do_throw, leave_and_return; in Generate_JSConstructStubGeneric() local
310 __ JumpIfRoot(eax, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
336 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc294 Label use_receiver, do_throw, leave_and_return, check_result; in Generate_JSConstructStubGeneric() local
306 __ JumpIfRoot(rax, RootIndex::kTheHoleValue, &do_throw, Label::kNear); in Generate_JSConstructStubGeneric()
328 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc278 Label use_receiver, do_throw, leave_and_return, check_receiver; in Generate_JSConstructStubGeneric() local
290 __ JumpIfRoot(v0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
315 __ bind(&do_throw); in Generate_JSConstructStubGeneric()