Searched defs:thisArg (Results 1 – 5 of 5) sorted by relevance
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 749 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
|
| D | native_xcomponent.cpp | 281 napi_value thisArg; in NapiDrawPattern() local
|
| /test/xts/acts/powermgr/ndk/entry/src/main/cpp/ |
| D | napi_init.cpp | 128 napi_value thisArg = nullptr; in EnumPluggedClassConstructor() local
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 3462 …lue SetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_Value thisArg, in SetNamedPropertyCbInfo1() 3562 …lue SetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_Value thisArg, in SetNamedPropertyCbInfo2() 3650 …ue SetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM_Value thisArg, in SetIndexPropertyCbInfo1() 3751 …ue SetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM_Value thisArg, in SetIndexPropertyCbInfo2() 3839 static JSVM_Value GetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_V… in GetNamedPropertyCbInfo1() 3936 static JSVM_Value GetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_V… in GetNamedPropertyCbInfo2() 4036 static JSVM_Value GetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_… in GetIndexPropertyCbInfo1() 4133 static JSVM_Value GetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_… in GetIndexPropertyCbInfo2() 4235 static JSVM_Value DeleterNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JS… in DeleterNamedPropertyCbInfo1() 4336 static JSVM_Value DeleterNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JS… in DeleterNamedPropertyCbInfo2() [all …]
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
| D | jsvm_utils.cpp | 327 JSVM_Value Call(JSVM_Value func, JSVM_Value thisArg, std::initializer_list<JSVM_Value> args) in Call()
|