Searched refs:maybe_value (Results 1 – 5 of 5) sorted by relevance
39 auto maybe_value = in IsExceptionDecorated() local42 return maybe_value.ToLocal(&decorated) && decorated->IsTrue(); in IsExceptionDecorated()888 MaybeLocal<Value> maybe_value = in DecorateErrorStack() local892 if (!(maybe_value.ToLocal(&arrow) && arrow->IsString())) { in DecorateErrorStack()
46 MaybeLocal<String> maybe_value = env->env_vars()->Get( in SafeGetenv() local50 if (!maybe_value.ToLocal(&value)) goto fail; in SafeGetenv()
295 MaybeLocal<T> maybe_value) { in Set() argument297 if (!maybe_value.ToLocal(&value)) in Set()
343 MaybeLocal<Value> maybe_value = in ContextFromContextifiedSandbox() local347 if (maybe_value.ToLocal(&context_external_v) && in ContextFromContextifiedSandbox()
2406 auto maybe_value = obj->GetPrivate(context, in napi_check_object_type_tag() local2408 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()