/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-operators.cc | 29 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 39 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 73 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 83 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 93 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION() 103 if (result.IsNothing()) return ReadOnlyRoots(isolate).exception(); in RUNTIME_FUNCTION()
|
H A D | runtime-forin.cc | 66 if (result.IsNothing()) return MaybeHandle<Object>(); in HasEnumerableProperty() 87 if (result.IsNothing()) return MaybeHandle<Object>(); in HasEnumerableProperty() 94 if (result.IsNothing()) return MaybeHandle<Object>(); in HasEnumerableProperty() 104 if (result.IsNothing()) return MaybeHandle<Object>(); in HasEnumerableProperty()
|
/third_party/node/src/ |
H A D | heap_utils.cc | 137 obj->Set(context, name_string, value).IsNothing() || in CreateObject() 141 .IsNothing() || in CreateObject() 146 .IsNothing() || in CreateObject() 147 obj->Set(context, edges_string, Array::New(isolate_)).IsNothing()) { in CreateObject() 150 if (nodes->Set(context, i++, obj).IsNothing()) in CreateObject() 154 if (obj->Set(context, value_string, value).IsNothing()) in CreateObject() 165 if (from->Set(context, wraps_string, to).IsNothing()) in CreateObject() 192 if (edge_obj->Set(context, name_string, edge_name_value).IsNothing() || in CreateObject() 193 edge_obj->Set(context, to_string, to_object).IsNothing() || in CreateObject() 194 edges.As<Array>()->Set(context, i++, edge_obj).IsNothing()) { in CreateObject() [all...] |
H A D | stream_pipe.cc | 95 if (object->Set(env->context(), env->source_string(), null).IsNothing() || in Unpipe() 96 object->Set(env->context(), env->sink_string(), null).IsNothing() || in Unpipe() 99 .IsNothing() || in Unpipe() 102 .IsNothing()) { in Unpipe() 254 .IsNothing()) { in New() 259 .IsNothing()) { in New() 263 .IsNothing()) { in New() 268 .IsNothing()) { in New() 282 if (StreamPipe::New(source, sink, args.This()).IsNothing()) return; in New()
|
H A D | node_serdes.cc | 227 if (id.IsNothing()) return; in TransferArrayBuffer() 243 if (value.IsNothing()) return; in WriteUint32() 254 if (arg0.IsNothing() || arg1.IsNothing()) in WriteUint64() 267 if (value.IsNothing()) return; in WriteDouble() 364 if (id.IsNothing()) return; in TransferArrayBuffer() 436 if (length_arg.IsNothing()) return; in ReadRawBytes()
|
H A D | node_options.cc | 1112 .IsNothing()) { in GetCLIOptions() 1167 obj->Set(context, env->host_string(), host).IsNothing() || in GetCLIOptions() 1171 .IsNothing()) { in GetCLIOptions() 1201 info->Set(context, env->value_string(), value).IsNothing() || in GetCLIOptions() 1212 .IsNothing()) { in GetCLIOptions() 1217 if (ret->Set(context, env->options_string(), options).IsNothing() || in GetCLIOptions() 1218 ret->Set(context, env->aliases_string(), aliases).IsNothing()) { in GetCLIOptions() 1239 .IsNothing()) return; in GetEmbedderOptions() 1244 .IsNothing()) return; in GetEmbedderOptions()
|
H A D | node_contextify.cc | 228 if (ctx.IsEmpty() || InitializeBaseContextForSnapshot(ctx).IsNothing()) { in CreateV8Context() 254 if (InitializeContextRuntime(v8_context).IsNothing()) { in New() 299 .IsNothing()) { in New() 319 .IsNothing()) { in New() 532 if (ctx->sandbox()->Set(context, property, value).IsNothing()) return; in PropertySetterCallback() 889 .IsNothing()) { in New() 899 .IsNothing()) { in New() 907 .IsNothing()) in New() 930 .IsNothing()) { in StoreCodeCacheResult() 942 .IsNothing()) { in StoreCodeCacheResult() [all...] |
H A D | node_builtins.cc | 558 .IsNothing()) in GetBuiltinCategories() 567 .IsNothing()) { in GetBuiltinCategories() 590 .IsNothing()) { in GetCacheUsage() 602 .IsNothing()) { in GetCacheUsage() 614 .IsNothing()) { in GetCacheUsage()
|
H A D | stream_base.cc | 73 .IsNothing()) { in Shutdown() 130 .IsNothing()) { in Write() 323 send_handle_obj).IsNothing()) { in WriteBuffer() 430 send_handle_obj).IsNothing()) { in WriteString() 828 .IsNothing()) { in Done()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference-encoder.cc | 30 if (map_->Get(addr).IsNothing()) map_->Set(addr, Value::Encode(i, false)); in ExternalReferenceEncoder() 40 if (map_->Get(addr).IsNothing()) map_->Set(addr, Value::Encode(i, true)); in ExternalReferenceEncoder() 62 if (maybe_index.IsNothing()) return Nothing<Value>(); in TryEncode() 73 if (maybe_index.IsNothing()) { in Encode() 90 if (maybe_index.IsNothing()) return "<unknown>"; in NameOfAddress()
|
/third_party/node/src/crypto/ |
H A D | crypto_rsa.cc | 394 env->jwk_rsa_string()).IsNothing()) { in ExportJWKRsaKey() 398 if (SetEncodedValue(env, target, env->jwk_n_string(), n).IsNothing() || in ExportJWKRsaKey() 399 SetEncodedValue(env, target, env->jwk_e_string(), e).IsNothing()) { in ExportJWKRsaKey() 406 if (SetEncodedValue(env, target, env->jwk_d_string(), d).IsNothing() || in ExportJWKRsaKey() 407 SetEncodedValue(env, target, env->jwk_p_string(), p).IsNothing() || in ExportJWKRsaKey() 408 SetEncodedValue(env, target, env->jwk_q_string(), q).IsNothing() || in ExportJWKRsaKey() 409 SetEncodedValue(env, target, env->jwk_dp_string(), dp).IsNothing() || in ExportJWKRsaKey() 410 SetEncodedValue(env, target, env->jwk_dq_string(), dq).IsNothing() || in ExportJWKRsaKey() 411 SetEncodedValue(env, target, env->jwk_qi_string(), qi).IsNothing()) { in ExportJWKRsaKey() 539 .IsNothing()) { in GetRsaKeyDetail() [all...] |
H A D | crypto_keygen.h | 45 .IsNothing()) { in New() 143 .IsNothing()) { in AdditionalConfig() 188 .IsNothing() || in EncodeKey() 191 .IsNothing()) { in EncodeKey()
|
H A D | crypto_dsa.cc | 154 .IsNothing() || in GetDsaKeyDetail() 160 .IsNothing()) { in GetDsaKeyDetail()
|
H A D | crypto_util.cc | 322 .IsNothing()) { in SetFipsCrypto() 474 OneByteString(isolate, ls)).IsNothing()) { in SetFipsCrypto() 480 OneByteString(isolate, fs)).IsNothing()) { in SetFipsCrypto() 486 OneByteString(isolate, rs)).IsNothing()) { in SetFipsCrypto() 559 OneByteString(env->isolate(), code)).IsNothing()) in SetFipsCrypto() 587 error::Decorate(env, obj, err).IsNothing()) { in SetFipsCrypto()
|
H A D | crypto_cipher.cc | 147 OneByteString(env->isolate(), mode_label)).IsNothing()) { in GetCipherInfo() 158 OBJ_nid2sn(EVP_CIPHER_nid(cipher)))).IsNothing()) { in GetCipherInfo() 165 Int32::New(env->isolate(), EVP_CIPHER_nid(cipher))).IsNothing()) { in GetCipherInfo() 174 Int32::New(env->isolate(), block_length)).IsNothing()) { in GetCipherInfo() 183 Int32::New(env->isolate(), iv_length)).IsNothing()) { in GetCipherInfo() 190 Int32::New(env->isolate(), key_length)).IsNothing()) { in GetCipherInfo()
|
/third_party/node/src/api/ |
H A D | environment.cc | 574 if (context->Global()->SetPrivate(context, key, exports).IsNothing() || in GetPerContextExports() 575 InitializePrimordials(context).IsNothing()) in GetPerContextExports() 588 if (InitializeContext(context).IsNothing()) { in NewContext() 654 .IsNothing()) { in InitializeContextRuntime() 669 .IsNothing()) { in InitializeContextRuntime() 698 intl_v.As<Object>()->Delete(context, break_iter_string).IsNothing()) { in InitializeBaseContextForSnapshot() 715 if (InitializeBaseContextForSnapshot(context).IsNothing()) { in InitializeMainContextForSnapshot() 732 if (primordials->SetPrototype(context, Null(isolate)).IsNothing() || in InitializePrimordials() 734 exports->Set(context, primordials_string, primordials).IsNothing()) { in InitializePrimordials() 765 if (InitializeMainContextForSnapshot(context).IsNothing()) { in InitializeContext() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | custom-preview.cc | 138 if (jsonML->Set(context, 1, jsonWrapper).IsNothing()) { in substituteObjectTags() 348 .IsNothing()) { in generateCustomPreview() 355 .IsNothing()) { in generateCustomPreview() 362 .IsNothing()) { in generateCustomPreview() 369 .IsNothing()) { in generateCustomPreview() 376 .IsNothing()) { in generateCustomPreview()
|
/third_party/node/src/quic/ |
H A D | sessionticket.cc | 52 if (des.ReadHeader(env->context()).IsNothing()) { in FromV8Value() 88 if (ser.WriteValue(context, ticket_.ToUint8Array(env)).IsNothing() || in encode() 90 .IsNothing()) { in encode()
|
/third_party/node/deps/v8/src/extensions/ |
H A D | gc-extension.cc | 55 if (maybe_type.IsNothing()) return Nothing<GCOptions>(); in Parse() 63 if (maybe_execution.IsNothing()) return Nothing<GCOptions>(); in Parse() 153 if (maybe_options.IsNothing()) return; in GC()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-maybe.h | 34 V8_INLINE bool IsNothing() const { return !has_value_; } in IsNothing() function in v8::Maybe 132 V8_INLINE bool IsNothing() const { return !is_valid_; } in IsNothing() function in v8::Maybe
|
/third_party/node/deps/v8/include/ |
H A D | v8-maybe.h | 31 V8_INLINE bool IsNothing() const { return !has_value_; } in IsNothing() function in v8::Maybe 109 V8_INLINE bool IsNothing() const { return !is_valid_; } in IsNothing() function in v8::Maybe
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-module.cc | 16 .IsNothing()) { in BUILTIN()
|
H A D | builtins-sharedarraybuffer.cc | 139 if (maybe_index.IsNothing()) return ReadOnlyRoots(isolate).exception(); in BUILTIN() 198 if (maybe_index.IsNothing()) return ReadOnlyRoots(isolate).exception(); in DoWait()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-property-iterator.cc | 111 if (result.IsNothing()) return Nothing<v8::PropertyAttribute>(); in attributes() 146 if (did_get_descriptor.IsNothing()) { in descriptor()
|
/third_party/node/test/addons/request-interrupt/ |
H A D | binding.cc | 56 if (!result.IsNothing()) { in ScheduleInterruptWithJS()
|