Home
last modified time | relevance | path

Searched defs:hclassHandle (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp125 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
163 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
179 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
220 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
252 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter DEF_RUNTIME_STUBS() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp2558 JSHandle<JSHClass> hclassHandle = NewEcmaHClass(JSRealm::SIZE, JSType::JS_REALM, protoValue); in NewJSRealm() local
[all...]

Completed in 15 milliseconds