Home
last modified time | relevance | path

Searched defs:sObj (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sendablecontext/
Dsendablecontext.ts63 let sObj = new SendableClassA; variable
/arkcompiler/ets_runtime/test/moduletest/dynamicimportsharedmodule/
Ddynamicimportsharedmodule.ts52 let sObj = new SendableClassA; variable
/arkcompiler/ets_runtime/test/sharedtest/sendableenv/
Dsendableenv.ts41 let sObj = new B(); variable
/arkcompiler/ets_runtime/test/moduletest/sharedmodule/
Dsharedmodule.ts57 let sObj = new SendableClassA; variable
/arkcompiler/ets_runtime/test/moduletest/sendableclassuseimport/
Dsendableclassuseimport.ts57 let sObj = new SendableClassA; variable
/arkcompiler/ets_runtime/test/sharedtest/sharedset/
Dsharedset.ts217 let sObj = new SObject(); variable
/arkcompiler/ets_runtime/test/sharedtest/sharedmap/
Dsharedmap.ts211 let sObj = new SObject(); variable
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts136 let sObj = new SendableObject(); variable
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp810 JSHandle<JSObject> sObj = JSHandle<JSObject>::Cast(res); in SharedObjectTest4() local
837 JSHandle<JSSharedObject> sObj(thread, sFunc->GetHomeObject()); in SerializeSharedFunctionTest() local