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 | 76 auto jsvalue = AllocUndefined(coro, ctx); in CreateNull() local 86 auto jsvalue = AllocUndefined(coro, ctx); in CreateBoolean() local 96 auto jsvalue = AllocUndefined(coro, ctx); in CreateNumber() local 106 auto jsvalue = AllocUndefined(coro, ctx); in CreateString() local 116 auto jsvalue = AllocUndefined(coro, ctx); in CreateRefValue() local
|
| D | js_value.cpp | 74 auto jsvalue = AllocUndefined(coro, ctx); in Create() local
|
| D | js_convert.h | 462 …NLINE inline std::optional<typename T::cpptype> JSValueGetByName(InteropCtx *ctx, JSValue *jsvalue, in JSValueGetByName() 475 [[nodiscard]] static ALWAYS_INLINE inline bool JSValueSetByName(InteropCtx *ctx, JSValue *jsvalue, … in JSValueSetByName()
|
| D | interop_context.cpp | 95 EtsObject *InteropCtx::CreateETSCoreJSError(EtsCoroutine *coro, JSValue *jsvalue) in CreateETSCoreJSError()
|
| D | ts2ets_tstype.cpp | 351 static typename T::cpptype TSTypeGetter([[maybe_unused]] panda::Method *method, JSValue *jsvalue) in TSTypeGetter()
|