Home
last modified time | relevance | path

Searched refs:kThrow (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/v8/src/d8/
Dd8-test.cc738 ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
748 signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
760 Local<Value>(), signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
771 Local<Value>(), signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
782 Local<Value>(), signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
794 Local<Value>(), signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
805 Local<Value>(), signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
817 Local<Value>(), signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
829 signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
842 signature, 1, ConstructorBehavior::kThrow, in CreateTestFastCApiTemplate()
[all …]
/third_party/node/src/
Dutil.cc349 v8::ConstructorBehavior::kThrow, in SetMethod()
371 v8::ConstructorBehavior::kThrow, in SetFastMethod()
392 v8::ConstructorBehavior::kThrow, in SetFastMethodNoSideEffect()
412 v8::ConstructorBehavior::kThrow, in SetMethodNoSideEffect()
433 v8::ConstructorBehavior::kThrow, in SetProtoMethod()
452 v8::ConstructorBehavior::kThrow, in SetProtoMethodNoSideEffect()
471 v8::ConstructorBehavior::kThrow, in SetInstanceMethod()
Dinspector_js_api.cc326 v8::ConstructorBehavior::kThrow, in Initialize()
Dstream_base.cc505 ConstructorBehavior::kThrow, in AddMethod()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-generator-gen.cc107 case JSGeneratorObject::kThrow: in InnerResume()
108 builtin_result = CallRuntime(Runtime::kThrow, context, value); in InnerResume()
201 JSGeneratorObject::kThrow, in TF_BUILTIN()
Dbuiltins-async-function-gen.cc34 resume_mode == JSGeneratorObject::kThrow); in AsyncFunctionAwaitResumeClosure()
212 JSGeneratorObject::kThrow); in TF_BUILTIN()
Dbuiltins-async-generator-gen.cc374 JSAsyncGeneratorObject::kThrow, in TF_BUILTIN()
389 JSAsyncGeneratorObject::kThrow); in TF_BUILTIN()
/third_party/node/deps/v8/src/objects/
Djs-generator.h26 enum ResumeMode { kNext, kReturn, kThrow }; enumerator
/third_party/node/deps/v8/src/runtime/
Druntime.cc116 case Runtime::kThrow: in NeedsExactContext()
159 case Runtime::kThrow: in IsNonReturning()
/third_party/node/deps/v8/src/inspector/
Dv8-console.cc177 v8::ConstructorBehavior::kThrow, side_effect_type) in createBoundFunctionProperty()
800 v8::ConstructorBehavior::kThrow, v8::SideEffectType::kHasNoSideEffect) in installMemoryGetter()
804 data, 0, v8::ConstructorBehavior::kThrow) in installMemoryGetter()
821 data, 0, v8::ConstructorBehavior::kThrow, in installAsyncStackTaggingAPI()
829 data, 0, v8::ConstructorBehavior::kThrow, in installAsyncStackTaggingAPI()
837 data, 0, v8::ConstructorBehavior::kThrow, in installAsyncStackTaggingAPI()
845 data, 0, v8::ConstructorBehavior::kThrow, in installAsyncStackTaggingAPI()
Dinjected-script.cc98 v8::ConstructorBehavior::kThrow) in add()
102 v8::ConstructorBehavior::kThrow) in add()
Dvalue-mirror.cc1271 v8::ConstructorBehavior::kThrow) in createNativeGetter()
1314 v8::ConstructorBehavior::kThrow) in createNativeSetter()
/third_party/node/deps/v8/src/compiler/
Dschedule.cc146 case BasicBlock::kThrow: in operator <<()
298 block->set_control(BasicBlock::kThrow); in AddThrow()
Dschedule.h43 kThrow // Throw an exception. in NON_EXPORTED_BASE() enumerator
Ddead-code-elimination.cc69 case IrOpcode::kThrow: in Reduce()
Dstore-store-elimination.cc464 opcode == IrOpcode::kDeoptimize || opcode == IrOpcode::kThrow || in RecomputeUseIntersection()
Dwasm-inlining.cc378 case IrOpcode::kThrow: in InlineCall()
Djs-inlining.cc216 case IrOpcode::kThrow: in InlineCall()
Dmachine-graph-verifier.cc709 case IrOpcode::kThrow: in Run()
Dopcodes.h1086 value == kTerminate || value == kThrow; in IsGraphTerminator()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc237 case Bytecode::kThrow: in UpdateExitSeenInBlock()
/third_party/node/deps/v8/include/
Dv8-template.h372 enum class ConstructorBehavior { kThrow, kAllow }; enumerator
/third_party/node/src/crypto/
Dcrypto_dh.cc89 ConstructorBehavior::kThrow, in Initialize()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2758 enum class BigIntHandling { kConvertToNumber, kThrow }; enumerator
2768 BigIntHandling bigint_handling = BigIntHandling::kThrow);
2778 BigIntHandling bigint_handling = BigIntHandling::kThrow);
2783 BigIntHandling bigint_handling = BigIntHandling::kThrow);
4192 BigIntHandling bigint_handling = BigIntHandling::kThrow);
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc518 case Bytecode::kThrow: in BytecodeHasNoSideEffect()

12