Home
last modified time | relevance | path

Searched full:cast_check (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h30 CAST_CHECK(JSFunctionBase, IsJSFunctionBase);
78 CAST_CHECK(JSFunction, IsJSFunction);
240 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
251 CAST_CHECK(JSBoundFunction, IsBoundFunction);
268 CAST_CHECK(JSProxyRevocFunction, IsProxyRevocFunction);
283 CAST_CHECK(JSPromiseReactionsFunction, IsJSPromiseReactionFunction);
297 CAST_CHECK(JSPromiseExecutorFunction, IsJSPromiseExecutorFunction);
309 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
326 CAST_CHECK(JSPromiseAnyRejectElementFunction, IsJSPromiseAnyRejectElementFunction);
345 CAST_CHECK(JSPromiseAllSettledElementFunction, IsJSPromiseAllSettledElementFunction);
[all …]
Djs_promise.h34 CAST_CHECK(PromiseReaction, IsPromiseReaction);
52 CAST_CHECK(PromiseCapability, IsPromiseCapability);
66 CAST_CHECK(PromiseIteratorRecord, IsPromiseIteratorRecord);
83 CAST_CHECK(PromiseRecord, IsPromiseRecord);
94 CAST_CHECK(ResolvingFunctionsRecord, IsResolvingFunctionsRecord);
107 CAST_CHECK(JSPromise, IsJSPromise);
Djs_generator_object.h39 CAST_CHECK(GeneratorContext, IsGeneratorContext);
58 CAST_CHECK(JSGeneratorObject, IsGeneratorObject);
99 CAST_CHECK(JSAsyncFuncObject, IsAsyncFuncObject);
Djs_async_generator_object.h46 CAST_CHECK(AsyncGeneratorRequest, IsAsyncGeneratorRequest);
59 CAST_CHECK(JSAsyncGeneratorObject, IsAsyncGeneratorObject);
114 CAST_CHECK(JSAsyncGeneratorResNextRetProRstFtn, IsJSAsyncGeneratorResNextRetProRstFtn);
Djs_finalization_registry.h40 CAST_CHECK(CellRecord, IsCellRecord);
80 CAST_CHECK(JSFinalizationRegistry, IsJSFinalizationRegistry);
Dtagged_array.h31 CAST_CHECK(TaggedArray, IsTaggedArray);
98 CAST_CHECK(COWTaggedArray, IsCOWArray)
Djs_array_iterator.h25 CAST_CHECK(JSArrayIterator, IsJSArrayIterator);
Djs_async_from_sync_iterator.h33 CAST_CHECK(JSAsyncFromSyncIterator, IsAsyncFromSyncIterator);
Djs_string_iterator.h28 CAST_CHECK(JSStringIterator, IsStringIterator);
Djs_regexp.h27 CAST_CHECK(JSRegExp, IsJSRegExp);
Djs_dataview.h32 CAST_CHECK(JSDataView, IsDataView);
Djs_set_iterator.h25 CAST_CHECK(JSSetIterator, IsJSSetIterator);
Djs_map.h27 CAST_CHECK(JSMap, IsJSMap);
Djs_set.h27 CAST_CHECK(JSSet, IsJSSet);
Djs_regexp_iterator.h25 CAST_CHECK(JSRegExpIterator, IsJSRegExpIterator);
Dbyte_array.h29 CAST_CHECK(ByteArray, IsByteArray);
Djs_for_in_iterator.h28 CAST_CHECK(JSForInIterator, IsForinIterator);
Djs_async_function.h26 CAST_CHECK(JSAsyncAwaitStatusFunction, IsJSAsyncAwaitStatusFunction);
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_entry.h25 CAST_CHECK(ImportEntry, IsImportEntry);
38 CAST_CHECK(LocalExportEntry, IsLocalExportEntry);
50 CAST_CHECK(IndirectExportEntry, IsIndirectExportEntry);
63 CAST_CHECK(StarExportEntry, IsStarExportEntry);
Djs_module_source_text.h41 CAST_CHECK(SourceTextModule, IsSourceTextModule);
179 CAST_CHECK(ResolvedBinding, IsResolvedBinding);
190 CAST_CHECK(ResolvedIndexBinding, IsResolvedIndexBinding);
Djs_module_record.h25 CAST_CHECK(ModuleRecord, IsModuleRecord);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h55 CAST_CHECK(TSObjectType, IsTSObjectType);
77 CAST_CHECK(TSClassType, IsTSClassType);
116 CAST_CHECK(TSClassInstanceType, IsTSClassInstanceType);
131 CAST_CHECK(TSUnionType, IsTSUnionType);
144 CAST_CHECK(TSInterfaceType, IsTSInterfaceType);
162 CAST_CHECK(TSFunctionType, IsTSFunctionType);
200 CAST_CHECK(TSArrayType, IsTSArrayType);
211 CAST_CHECK(TSIteratorInstanceType, IsTSIteratorInstanceType);
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_exports.h25 CAST_CHECK(CjsExports, IsCjsExports);
Djs_cjs_require.h26 CAST_CHECK(CjsRequire, IsCjsRequire);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_literal.h28 CAST_CHECK(ClassLiteral, IsClassLiteral);

12