Searched refs:CreatorCallType (Results 1 – 2 of 2) sorted by relevance
266 if (args.async != CreatorCallType::GETTER) { in CheckArgs()273 if (args.async != CreatorCallType::ASYNC || args.asyncLater) { in CheckArgs()315 if (args.async != CreatorCallType::STATIC) { in JSCommonProcess()337 if (args.async == CreatorCallType::ASYNC) { in JSCommonProcess()378 .async = CreatorCallType::GETTER, in JsGetSize()413 .async = CreatorCallType::GETTER, in JsGetCapacity()445 .async = CreatorCallType::GETTER, in JsGetFormat()520 .async = CreatorCallType::GETTER, in JsTest()544 .async = CreatorCallType::ASYNC, in JsDequeueImage()851 .async = CreatorCallType::ASYNC, in JsOn()[all …]
115 enum class CreatorCallType : uint32_t { enum124 CreatorCallType async;