Home
last modified time | relevance | path

Searched refs:maybe_value (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_errors.cc39 auto maybe_value = in IsExceptionDecorated() local
42 return maybe_value.ToLocal(&decorated) && decorated->IsTrue(); in IsExceptionDecorated()
888 MaybeLocal<Value> maybe_value = in DecorateErrorStack() local
892 if (!(maybe_value.ToLocal(&arrow) && arrow->IsString())) { in DecorateErrorStack()
Dnode_credentials.cc46 MaybeLocal<String> maybe_value = env->env_vars()->Get( in SafeGetenv() local
50 if (!maybe_value.ToLocal(&value)) goto fail; in SafeGetenv()
Dnode_crypto_common.cc295 MaybeLocal<T> maybe_value) { in Set() argument
297 if (!maybe_value.ToLocal(&value)) in Set()
Dnode_contextify.cc343 MaybeLocal<Value> maybe_value = in ContextFromContextifiedSandbox() local
347 if (maybe_value.ToLocal(&context_external_v) && in ContextFromContextifiedSandbox()
Djs_native_api_v8.cc2406 auto maybe_value = obj->GetPrivate(context, in napi_check_object_type_tag() local
2408 CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe_value, napi_generic_failure); in napi_check_object_type_tag()
2409 v8::Local<v8::Value> val = maybe_value.ToLocalChecked(); in napi_check_object_type_tag()