/third_party/node/deps/v8/include/ |
D | v8-maybe.h | 32 V8_INLINE bool IsJust() const { return has_value_; } in IsJust() function 44 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in Check() 52 if (V8_LIKELY(IsJust())) *out = value_; in To() 53 return IsJust(); in To() 61 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in FromJust() 74 return (IsJust() == other.IsJust()) && 75 (!IsJust() || FromJust() == other.FromJust()); 110 V8_INLINE bool IsJust() const { return is_valid_; } in IsJust() function 113 return IsJust() == other.IsJust();
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference-encoder.cc | 31 DCHECK(map_->Get(addr).IsJust()); in ExternalReferenceEncoder() 41 DCHECK(map_->Get(addr).IsJust()); in ExternalReferenceEncoder() 51 DCHECK(map_->Get(addr).IsJust()); in ~ExternalReferenceEncoder()
|
/third_party/node/test/addons/openssl-binding/ |
D | binding.cc | 47 assert(exports->Set(context, key, value).IsJust()); in Initialize() 56 assert(exports->Set(context, key, value).IsJust()); in Initialize()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-proxy.cc | 110 if (!result.IsJust()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 122 if (!result.IsJust()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 373 if (!result.IsJust()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 939 DCHECK(result.IsJust()); in RUNTIME_FUNCTION() 1176 .IsJust()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/utils/ |
D | address-map.cc | 30 if (maybe_index.IsJust()) { in RootIndexMap()
|
D | address-map.h | 64 if (maybe_index.IsJust()) { in Lookup()
|
/third_party/node/test/addons/zlib-binding/ |
D | binding.cc | 53 assert(exports->Set(context, key, value).IsJust()); in Initialize()
|
/third_party/node/src/quic/ |
D | tlscontext.cc | 195 if (!addCert(cert).IsJust()) { in InitializeSecureContext() 209 if (!addKey(key).IsJust()) { in InitializeSecureContext() 224 if (!addCRL(crl).IsJust()) { in InitializeSecureContext()
|
/third_party/node/deps/v8/src/api/ |
D | api-arguments.cc | 21 if (should_throw.IsJust()) { in PropertyCallbackArguments()
|
/third_party/node/src/ |
D | node_sockaddr.cc | 825 if (detail->Set(env->context(), env->address_string(), address).IsJust() && in Detail() 829 Int32::New(env->isolate(), base->address_->port())).IsJust() && in Detail() 833 Int32::New(env->isolate(), base->address_->family())).IsJust() && in Detail() 838 .IsJust()) { in Detail()
|
D | node_perf.cc | 140 entry.details.kind)).IsJust()) { in GetDetails() 149 entry.details.flags)).IsJust()) { in GetDetails()
|
D | tty_wrap.cc | 74 target->Set(context, ttyString, func).IsJust()) { in Initialize()
|
D | node_main_instance.cc | 174 CHECK(InitializeContextRuntime(context).IsJust()); in CreateMainEnvironment()
|
D | node_serdes.cc | 193 if (ret.IsJust()) args.GetReturnValue().Set(ret.FromJust()); in WriteValue() 346 if (ret.IsJust()) args.GetReturnValue().Set(ret.FromJust()); in ReadHeader()
|
D | node_worker.cc | 313 !InitializeContextRuntime(context).IsJust()) { in Run() 367 if (exit_code_ == 0 && exit_code.IsJust()) { in Run()
|
D | tcp_wrap.cc | 347 CHECK(args[2]->Uint32Value(env->context()).IsJust()); in Connect()
|
D | node_env_var.cc | 129 if (value.IsJust()) { in Get()
|
/third_party/node/deps/v8/src/objects/ |
D | objects-inl.h | 1025 if (result.IsJust()) { in GreaterThan() 1042 if (result.IsJust()) { in GreaterThanOrEqual() 1059 if (result.IsJust()) { in LessThan() 1076 if (result.IsJust()) { in LessThanOrEqual()
|
D | property-descriptor.cc | 118 CHECK(result.IsJust() && result.FromJust()); in CreateDataProperty()
|
/third_party/node/src/crypto/ |
D | crypto_ec.cc | 840 degree_bytes).IsJust() ? JustVoid() : Nothing<void>(); in ExportJWKEcKey() 892 !target->Set(env->context(), env->jwk_d_string(), encoded).IsJust()) { in ExportJWKEdKey() 904 !target->Set(env->context(), env->jwk_x_string(), encoded).IsJust()) { in ExportJWKEdKey()
|
D | crypto_keygen.h | 103 if (ret.IsJust() && ret.FromJust()) { in ToResult()
|
D | crypto_util.h | 377 if (!ret.IsJust()) { in AfterThreadPoolWork() 423 if (result.IsJust() && result.FromJust()) { in Run()
|
D | crypto_hash.cc | 128 if (xof_md_len.IsJust() && xof_md_len.FromJust() != md_len_) { in HashInit()
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 489 if (max_byte_length.IsJust()) { in SerializeBackingStore() 496 if (max_byte_length.IsJust()) { in SerializeBackingStore()
|