Home
last modified time | relevance | path

Searched refs:CreateUndefined (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h69 static JSValue *CreateUndefined(EtsCoroutine *coro, InteropCtx *ctx) in CreateUndefined() function
Dintrinsics_api_impl.cpp162 return JSValue::CreateUndefined(coro, ctx); in JSRuntimeGetUndefined()