Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/powermgr/ndk/entry/src/main/cpp/
H A Dnapi_init.cpp128 napi_value thisArg = nullptr; in EnumPluggedClassConstructor() local
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dnative_xcomponent.cpp281 napi_value thisArg; in NapiDrawPattern() local
H A Dplugin_render.cpp702 napi_value thisArg; in NapiChangeShape() local
739 napi_value thisArg; in NapiDrawTriangle() local
776 napi_value thisArg; in NapiChangeColor() local
811 napi_value thisArg; in TestGetXComponentId() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp327 JSVM_Value Call(JSVM_Value func, JSVM_Value thisArg, std::initializer_list<JSVM_Value> args) in Call() argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3462 static JSVM_Value SetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_Value thisArg, in SetNamedPropertyCbInfo1() argument
3562 static JSVM_Value SetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value property, JSVM_Value thisArg, in SetNamedPropertyCbInfo2() argument
3650 static JSVM_Value SetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM_Value thisArg, in SetIndexPropertyCbInfo1() argument
3751 static JSVM_Value SetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value property, JSVM_Value thisArg, in SetIndexPropertyCbInfo2() argument
3839 static JSVM_Value GetNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_Value data) in GetNamedPropertyCbInfo1() argument
3936 static JSVM_Value GetNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_Value data) in GetNamedPropertyCbInfo2() argument
4036 static JSVM_Value GetIndexPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_Valu argument
4133 GetIndexPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_Value data) GetIndexPropertyCbInfo2() argument
4235 DeleterNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_Value data) DeleterNamedPropertyCbInfo1() argument
4336 DeleterNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_Value data) DeleterNamedPropertyCbInfo2() argument
4439 DeleterNamedPropertyCbInfo3(JSVM_Env env, JSVM_Value name, JSVM_Value thisArg, JSVM_Value data) DeleterNamedPropertyCbInfo3() argument
4540 DeleterIndexedPropertyCbInfo1(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_Value data) DeleterIndexedPropertyCbInfo1() argument
4639 DeleterIndexedPropertyCbInfo2(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_Value data) DeleterIndexedPropertyCbInfo2() argument
4732 DeleterIndexedPropertyCbInfo3(JSVM_Env env, JSVM_Value index, JSVM_Value thisArg, JSVM_Value data) DeleterIndexedPropertyCbInfo3() argument
4826 EnumeratorNamedPropertyCbInfo1(JSVM_Env env, JSVM_Value thisArg, JSVM_Value data) EnumeratorNamedPropertyCbInfo1() argument
4939 EnumeratorNamedPropertyCbInfo2(JSVM_Env env, JSVM_Value thisArg, JSVM_Value data) EnumeratorNamedPropertyCbInfo2() argument
5051 EnumeratorIndexedPropertyCbInfo1(JSVM_Env env, JSVM_Value thisArg, JSVM_Value data) EnumeratorIndexedPropertyCbInfo1() argument
5169 EnumeratorIndexedPropertyCbInfo2(JSVM_Env env, JSVM_Value thisArg, JSVM_Value data) EnumeratorIndexedPropertyCbInfo2() argument
7324 JSVM_Value thisArg = nullptr; CreateFunctionWithScript() local
[all...]

Completed in 18 milliseconds