Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 – 10 of 10) sorted by relevance

/test/xts/acts/ability/ability_runtime/getresourcedirndk/getresourcedirndkhaveres/entry/src/main/cpp/
Dnapi_init.cpp28 napi_value thisArg; in GetResourceDir() local
62 napi_value thisArg; in ErrorBufferNull() local
85 napi_value thisArg; in ErrorWritelengthNull() local
109 napi_value thisArg; in ErrorBuffersizeLess() local
133 napi_value thisArg; in BuffersizeLarger() local
167 napi_value thisArg; in BuffersizeEquals() local
/test/xts/acts/ability/ability_runtime/getresourcedirndk/getresourcedirndknothaveres/entry/src/main/cpp/
Dnapi_init.cpp28 napi_value thisArg; in GetResourceDir() local
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Dplugin_render.cpp749 napi_value thisArg; in NapiChangeShape() local
786 napi_value thisArg; in NapiDrawTriangle() local
823 napi_value thisArg; in NapiChangeColor() local
858 napi_value thisArg; in TestGetXComponentId() local
Dnative_xcomponent.cpp281 napi_value thisArg; in NapiDrawPattern() local
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/
Dnapi_init.cpp128 napi_value thisArg = nullptr; in EnumPluggedClassConstructor() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_define_class_with_options.cpp32 JSVM_Value thisArg, JSVM_Value data) in SetNamedPropertyCbInfo2()
/test/xts/acts/arkui/ace_c_arkui_test_api15XC/entry/src/main/cpp/render/
Dplugin_render.cpp151 napi_value thisArg; in NapiDrawPattern() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp3482 …lue SetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_Value thisArg, in SetNamedPropertyCbInfo1()
3582 …lue SetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_Value thisArg, in SetNamedPropertyCbInfo2()
3670 …ue SetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM_Value thisArg, in SetIndexPropertyCbInfo1()
3771 …ue SetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM_Value thisArg, in SetIndexPropertyCbInfo2()
3859 static JSVM_Value GetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_V… in GetNamedPropertyCbInfo1()
3956 static JSVM_Value GetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_V… in GetNamedPropertyCbInfo2()
4056 static JSVM_Value GetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_… in GetIndexPropertyCbInfo1()
4153 static JSVM_Value GetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_… in GetIndexPropertyCbInfo2()
4255 static JSVM_Value DeleterNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JS… in DeleterNamedPropertyCbInfo1()
4356 static JSVM_Value DeleterNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JS… in DeleterNamedPropertyCbInfo2()
[all …]
Dnapi_functioncall_test.cpp104 JSVM_Value thisArg = nullptr; in TestCallFunction03() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp334 JSVM_Value Call(JSVM_Value func, JSVM_Value thisArg, std::initializer_list<JSVM_Value> args) in Call()