Searched refs:javascript_execution_assert (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/common/ |
| D | assert-scope.h | 57 javascript_execution_assert, enable) \
|
| /third_party/node/deps/v8/src/codegen/ |
| D | external-reference.h | 81 V(javascript_execution_assert, "javascript_execution_assert") \
|
| D | external-reference.cc | 799 ExternalReference ExternalReference::javascript_execution_assert( in javascript_execution_assert() function in v8::internal::ExternalReference
|
| /third_party/node/deps/v8/src/compiler/ |
| D | effect-control-linearizer.cc | 5095 Node* javascript_execution_assert = __ ExternalConstant( in WrapFastCall() local 5096 ExternalReference::javascript_execution_assert(isolate())); in WrapFastCall() 5102 __ Load(MachineType::Int8(), javascript_execution_assert, 0); in WrapFastCall() 5110 javascript_execution_assert, 0, __ Int32Constant(0)); in WrapFastCall() 5127 javascript_execution_assert, 0, __ Int32Constant(1)); in WrapFastCall()
|
| D | wasm-compiler.cc | 7439 Node* javascript_execution_assert = gasm_->ExternalConstant( in BuildJSFastApiCallWrapper() local 7440 ExternalReference::javascript_execution_assert(target->GetIsolate())); in BuildJSFastApiCallWrapper() 7443 javascript_execution_assert, 0, gasm_->Int32Constant(0)); in BuildJSFastApiCallWrapper() 7451 javascript_execution_assert, 0, gasm_->Int32Constant(1)); in BuildJSFastApiCallWrapper()
|
| /third_party/node/deps/v8/src/execution/ |
| D | isolate.h | 513 V(bool, javascript_execution_assert, true) \
|