Lines Matching full:cast_check
32 CAST_CHECK(JSFunctionBase, IsJSFunctionBase);
215 CAST_CHECK(JSFunction, IsJSFunction);
452 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
463 CAST_CHECK(JSBoundFunction, IsBoundFunction);
485 CAST_CHECK(JSProxyRevocFunction, IsProxyRevocFunction);
500 CAST_CHECK(JSPromiseReactionsFunction, IsJSPromiseReactionFunction);
514 CAST_CHECK(JSPromiseExecutorFunction, IsJSPromiseExecutorFunction);
526 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
537 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
548 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
565 CAST_CHECK(JSPromiseAnyRejectElementFunction, IsJSPromiseAnyRejectElementFunction);
584 CAST_CHECK(JSPromiseAllSettledElementFunction, IsJSPromiseAllSettledElementFunction);
602 CAST_CHECK(JSPromiseFinallyFunction, IsJSPromiseFinallyFunction);
616 CAST_CHECK(JSPromiseValueThunkOrThrowerFunction, IsJSPromiseValueThunkOrThrowerFunction);
628 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
644 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
652 CAST_CHECK(JSAsyncFromSyncIterUnwarpFunction, IsJSAsyncFromSyncIterUnwarpFunction);
662 CAST_CHECK(JSSharedFunction, IsJSSharedFunction);
689 CAST_CHECK(FunctionTemplate, IsFunctionTemplate);