Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi.cc195 Utils::ApiCheck(!host_defined_options_->IsFixedArray(), in HostDefinedOptions()
592 Utils::ApiCheck(!data->created_, "v8::SnapshotCreator::CreateBlob", in CreateBlob()
595 Utils::ApiCheck( in CreateBlob()
818 Utils::ApiCheck((slot != nullptr), "v8::GlobalizeTracedReference", in GlobalizeTracedReference()
900 Utils::ApiCheck(false, "v8::FromJust", "Maybe value is Nothing."); in FromJustIsNothing()
904 Utils::ApiCheck(false, "v8::ToLocalChecked", "Empty MaybeLocal."); in ToLocalEmpty()
908 Utils::ApiCheck(0 <= index && index < kInternalFieldsInWeakCallback, in InternalFieldOutOfBounds()
926 Utils::ApiCheck( in Initialize()
966 Utils::ApiCheck(i::Object(*escape_slot_).IsTheHole(heap->isolate()), in Escape()
1051 if (!Utils::ApiCheck(impl->LastEnteredContextWas(*env), "v8::Context::Exit()", in Exit()
[all …]
Dapi.h153 static inline bool ApiCheck(bool condition, const char* location, in ApiCheck() function
/third_party/node/deps/v8/src/handles/
Dhandles.cc100 if (!Utils::ApiCheck(current->level != current->sealed_level, in Extend()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc896 Utils::ApiCheck(obj->IsAccessorPair(), "v8::debug::AccessorPair::Cast", in CheckCast()
903 Utils::ApiCheck(obj->IsWasmValueObject(), "v8::debug::WasmValueObject::Cast", in CheckCast()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc5996 return Utils::ApiCheck(false, "v8::Context::New()", in InstallExtension()
6008 if (!Utils::ApiCheck(extension_states->get_state(current) != VISITED, in InstallExtension()
/third_party/node/deps/v8/src/objects/
Djs-objects.cc1810 Utils::ApiCheck( in GetPropertyDescriptorWithInterceptor()