Searched full:cast_check (Results 1 – 25 of 48) sorted by relevance
12
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.h | 30 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 …]
|
| D | js_promise.h | 34 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);
|
| D | js_generator_object.h | 39 CAST_CHECK(GeneratorContext, IsGeneratorContext); 58 CAST_CHECK(JSGeneratorObject, IsGeneratorObject); 99 CAST_CHECK(JSAsyncFuncObject, IsAsyncFuncObject);
|
| D | js_async_generator_object.h | 46 CAST_CHECK(AsyncGeneratorRequest, IsAsyncGeneratorRequest); 59 CAST_CHECK(JSAsyncGeneratorObject, IsAsyncGeneratorObject); 114 CAST_CHECK(JSAsyncGeneratorResNextRetProRstFtn, IsJSAsyncGeneratorResNextRetProRstFtn);
|
| D | js_finalization_registry.h | 40 CAST_CHECK(CellRecord, IsCellRecord); 80 CAST_CHECK(JSFinalizationRegistry, IsJSFinalizationRegistry);
|
| D | tagged_array.h | 31 CAST_CHECK(TaggedArray, IsTaggedArray); 98 CAST_CHECK(COWTaggedArray, IsCOWArray)
|
| D | js_array_iterator.h | 25 CAST_CHECK(JSArrayIterator, IsJSArrayIterator);
|
| D | js_async_from_sync_iterator.h | 33 CAST_CHECK(JSAsyncFromSyncIterator, IsAsyncFromSyncIterator);
|
| D | js_string_iterator.h | 28 CAST_CHECK(JSStringIterator, IsStringIterator);
|
| D | js_regexp.h | 27 CAST_CHECK(JSRegExp, IsJSRegExp);
|
| D | js_dataview.h | 32 CAST_CHECK(JSDataView, IsDataView);
|
| D | js_set_iterator.h | 25 CAST_CHECK(JSSetIterator, IsJSSetIterator);
|
| D | js_map.h | 27 CAST_CHECK(JSMap, IsJSMap);
|
| D | js_set.h | 27 CAST_CHECK(JSSet, IsJSSet);
|
| D | js_regexp_iterator.h | 25 CAST_CHECK(JSRegExpIterator, IsJSRegExpIterator);
|
| D | byte_array.h | 29 CAST_CHECK(ByteArray, IsByteArray);
|
| D | js_for_in_iterator.h | 28 CAST_CHECK(JSForInIterator, IsForinIterator);
|
| D | js_async_function.h | 26 CAST_CHECK(JSAsyncAwaitStatusFunction, IsJSAsyncAwaitStatusFunction);
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_entry.h | 25 CAST_CHECK(ImportEntry, IsImportEntry); 38 CAST_CHECK(LocalExportEntry, IsLocalExportEntry); 50 CAST_CHECK(IndirectExportEntry, IsIndirectExportEntry); 63 CAST_CHECK(StarExportEntry, IsStarExportEntry);
|
| D | js_module_source_text.h | 41 CAST_CHECK(SourceTextModule, IsSourceTextModule); 179 CAST_CHECK(ResolvedBinding, IsResolvedBinding); 190 CAST_CHECK(ResolvedIndexBinding, IsResolvedIndexBinding);
|
| D | js_module_record.h | 25 CAST_CHECK(ModuleRecord, IsModuleRecord);
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.h | 55 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/ |
| D | js_cjs_exports.h | 25 CAST_CHECK(CjsExports, IsCjsExports);
|
| D | js_cjs_require.h | 26 CAST_CHECK(CjsRequire, IsCjsRequire);
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_literal.h | 28 CAST_CHECK(ClassLiteral, IsClassLiteral);
|
12