/third_party/jerryscript/tests/debugger/ |
D | do_throw.expected | 2 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/ |
D | jerry_client.py | 195 def do_throw(self, args): member in DebuggerPrompt
|
/third_party/python/Lib/test/ |
D | test_exceptions.py | 930 def do_throw(g): function 935 self._check_generator_cleanup_exc_state(do_throw)
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 568 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/ |
D | builtins-s390.cc | 553 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/ |
D | builtins-loong64.cc | 278 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/ |
D | builtins-arm.cc | 289 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/ |
D | builtins-arm64.cc | 362 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/ |
D | builtins-mips64.cc | 278 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/ |
D | builtins-riscv64.cc | 299 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/ |
D | builtins-ia32.cc | 301 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/ |
D | builtins-x64.cc | 294 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/ |
D | builtins-mips.cc | 278 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()
|