Searched refs:str_maybe (Results 1 – 1 of 1) sorted by relevance
40 auto str_maybe = v8::String::NewFromUtf8((env)->isolate, \44 CHECK_MAYBE_EMPTY((env), str_maybe, JSVM_GENERIC_FAILURE); \45 (result) = str_maybe.ToLocalChecked(); \235 auto str_maybe = string_maker(isolate); in NewString() local236 CHECK_MAYBE_EMPTY(env, str_maybe, JSVM_GENERIC_FAILURE); in NewString()237 *result = v8impl::JsValueFromV8LocalValue(str_maybe.ToLocalChecked()); in NewString()