Home
last modified time | relevance | path

Searched refs:javascript_execution_assert (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/common/
Dassert-scope.h57 javascript_execution_assert, enable) \
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.h81 V(javascript_execution_assert, "javascript_execution_assert") \
Dexternal-reference.cc799 ExternalReference ExternalReference::javascript_execution_assert( in javascript_execution_assert() function in v8::internal::ExternalReference
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc5095 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()
Dwasm-compiler.cc7439 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/
Disolate.h513 V(bool, javascript_execution_assert, true) \