Lines Matching refs:hclassHandle
125 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter
148 auto hclass = JSHClass::Cast(hclassHandle.GetTaggedValue().GetTaggedObject());
163 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter
164 auto hclass = JSHClass::Cast(hclassHandle.GetTaggedValue().GetTaggedObject());
179 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter
180 auto hclass = JSHClass::Cast(hclassHandle.GetTaggedValue().GetTaggedObject());
197 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); \
198 auto hclass = JSHClass::Cast(hclassHandle.GetTaggedValue().GetTaggedObject()); \
220 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter
221 auto hclass = JSHClass::Cast(hclassHandle.GetTaggedValue().GetTaggedObject());
252 JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter
253 auto hclass = JSHClass::Cast(hclassHandle.GetTaggedValue().GetTaggedObject());