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 | 77 auto jsvalue = AllocUndefined(coro, ctx); in CreateNull() local 87 auto jsvalue = AllocUndefined(coro, ctx); in CreateBoolean() local 97 auto jsvalue = AllocUndefined(coro, ctx); in CreateNumber() local 107 auto jsvalue = AllocUndefined(coro, ctx); in CreateString() local 117 auto jsvalue = AllocUndefined(coro, ctx); in CreateRefValue() local
|
| D | js_value.cpp | 73 JSValue *jsvalue) in CreateByType() 126 auto jsvalue = AllocUndefined(coro, ctx); in Create() local
|
| D | js_convert.h | 531 …NLINE inline std::optional<typename T::cpptype> JSValueGetByName(InteropCtx *ctx, JSValue *jsvalue, in JSValueGetByName() 544 [[nodiscard]] static ALWAYS_INLINE inline bool JSValueSetByName(InteropCtx *ctx, JSValue *jsvalue, … in JSValueSetByName()
|
| D | interop_context.cpp | 195 EtsObject *InteropCtx::CreateETSCoreJSError(EtsCoroutine *coro, JSValue *jsvalue) in CreateETSCoreJSError()
|
| D | intrinsics_api_impl.cpp | 601 EtsString *JSONStringify(JSValue *jsvalue) in JSONStringify()
|