Searched defs:jsvalue (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value.h | 79 auto jsvalue = AllocUndefined(coro, ctx); in CreateNull() local 89 auto jsvalue = AllocUndefined(coro, ctx); in CreateBoolean() local 99 auto jsvalue = AllocUndefined(coro, ctx); in CreateNumber() local 109 auto jsvalue = AllocUndefined(coro, ctx); in CreateString() local 119 auto jsvalue = AllocUndefined(coro, ctx); in CreateRefValue() local
|
| D | js_value.cpp | 77 JSValue *jsvalue) in CreateByType() 130 auto jsvalue = AllocUndefined(coro, ctx); in Create() local
|
| D | js_convert.h | 407 …NLINE inline std::optional<typename T::cpptype> JSValueGetByName(InteropCtx *ctx, JSValue *jsvalue, in JSValueGetByName() 425 ALWAYS_INLINE inline void JSValueSetByName(InteropCtx *ctx, JSValue *jsvalue, const char *name, in JSValueSetByName()
|
| D | interop_context.cpp | 447 EtsObject *InteropCtx::CreateETSCoreESError(EtsCoroutine *coro, JSValue *jsvalue) in CreateETSCoreESError()
|
| D | intrinsics_api_impl.cpp | 1140 EtsString *JSONStringify(JSValue *jsvalue) in JSONStringify()
|