Home
last modified time | relevance | path

Searched refs:get_maybe (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Djs_native_api_v8.cc2471 auto get_maybe = obj->Get(context, k); in OH_JSVM_GetProperty() local
2473 CHECK_MAYBE_EMPTY(env, get_maybe, JSVM_GENERIC_FAILURE); in OH_JSVM_GetProperty()
2475 v8::Local<v8::Value> val = get_maybe.ToLocalChecked(); in OH_JSVM_GetProperty()
2583 auto get_maybe = obj->Get(context, key); in OH_JSVM_GetNamedProperty() local
2585 CHECK_MAYBE_EMPTY(env, get_maybe, JSVM_GENERIC_FAILURE); in OH_JSVM_GetNamedProperty()
2587 v8::Local<v8::Value> val = get_maybe.ToLocalChecked(); in OH_JSVM_GetNamedProperty()
2644 auto get_maybe = obj->Get(context, index); in OH_JSVM_GetElement() local
2646 CHECK_MAYBE_EMPTY(env, get_maybe, JSVM_GENERIC_FAILURE); in OH_JSVM_GetElement()
2648 *result = v8impl::JsValueFromV8LocalValue(get_maybe.ToLocalChecked()); in OH_JSVM_GetElement()

Completed in 7 milliseconds