Searched refs:Inherit (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/functionrefinherit_fuzzer/ |
H A D | functionrefinherit_fuzzer.cpp | 49 mapLocal->Inherit(vm, setLocal); in FunctionRefInheritFuzzTest()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | arktsconfig.h | 126 void Inherit(const ArkTsConfig &base);
|
H A D | arktsconfig.cpp | 164 Inherit(base); in ParseExtends() 374 void ArkTsConfig::Inherit(const ArkTsConfig &base) in Inherit() function in ark::es2panda::ArkTsConfig
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_relative_time_format_test.cpp | 92 // displaynames Inherit relativeTimeFormat in HWTEST_F_L0() 93 disPlayNamesLocal->Inherit(vm, relativeTimeFormatLocal); in HWTEST_F_L0()
|
H A D | js_number_format_test.cpp | 179 // displaynames Inherit numberformat in HWTEST_F_L0() 180 disPlayNamesLocal->Inherit(vm, numberFormatLocal); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 1184 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0() 1209 son1->Inherit(vm_, mapLocal); in HWTEST_F_L0() 1226 weakMapLocal->Inherit(vm_, weakSetLocal); in HWTEST_F_L0() 1274 noProtoLocal->Inherit(vm_, protoLocal); in HWTEST_F_L0() 1342 noProtoLocal->Inherit(vm_, protoLocal); in HWTEST_F_L0() 2231 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0() 2238 son1->Inherit(vm_, mapLocal); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 1532 claFunc->Inherit(vm, claFuncBase); in NewClassFunction() 1630 claFunc->Inherit(vm, claFuncBase); in NewClassFunction()
|
H A D | ffi_workload.cpp | 8005 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0() 8008 TEST_TIME(FunctionRef::Inherit); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 903 bool Inherit(const EcmaVM *vm, Local<FunctionRef> parent);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 3660 bool FunctionRef::Inherit(const EcmaVM *vm, Local<FunctionRef> parent) in Inherit() function in panda::FunctionRef
|
Completed in 43 milliseconds