Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 10 of 10) sorted by relevance

/ark/runtime_core/verification/models/typesystem/
Dark_typesystem.als116 fun sort[universe: Sort->Params->Type, t: Type] : Sort { universe.t.Params }
117 fun params[universe: Sort->Params->Type, t: Type] : Params { universe.t[universe.sort[t]] }
118 fun signature[universe: Sort->Params->Type, t: Type] : seq Param { universe.params[t].signature }
122 fun same_sort_arity_subtypeable[universe: Sort->Params->Type, subtyping: Type -> Type] : Type -> Ty…
129 fun all_subtypeable[universe: Sort->Params->Type, subtyping: Type -> Type] : Type -> Type {
Dark_subtyping_closure.als75 fun sort[t: Type] : Sort { TypeSystem.universe.ts/sort[t] }
76 fun params[t: Type] : Params { TypeSystem.universe.ts/params[t] }
77 fun signature[t: Type] : seq Param { TypeSystem.universe.ts/signature[t] }
123 fun common_indices[t1, t2: Type] : set Int {
129 fun complement_to_full[closure : Type->Type, addon : Type->Type] : Type -> Type {
133 fun affected[t: Time, ts : Type -> Type] : Type->Type {
159 fun all_affected[t: Time, ts : Type -> Type] : Type->Type {
/ark/js_runtime/ecmascript/
Djs_function.cpp93 JSHClass *JSFunction::GetOrCreateInitialJSHClass(JSThread *thread, const JSHandle<JSFunction> &fun) in GetOrCreateInitialJSHClass() argument
95 JSTaggedValue protoOrDyn(fun->GetProtoOrDynClass()); in GetOrCreateInitialJSHClass()
102 if (!fun->HasFunctionPrototype()) { in GetOrCreateInitialJSHClass()
103 proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, factory, fun)); in GetOrCreateInitialJSHClass()
105 proto = JSHandle<JSTaggedValue>(thread, fun->GetProtoOrDynClass()); in GetOrCreateInitialJSHClass()
109 fun->SetProtoOrDynClass(thread, dynclass); in GetOrCreateInitialJSHClass()
601 DynClass *JSFunction::GetOrCreateInitialDynClass(JSThread *thread, const JSHandle<JSFunction> &fun) in GetOrCreateInitialDynClass() argument
603 return reinterpret_cast<DynClass *>(JSFunction::GetOrCreateInitialJSHClass(thread, fun)); in GetOrCreateInitialDynClass()
Djs_function.h103 static DynClass *GetOrCreateInitialDynClass(JSThread *thread, const JSHandle<JSFunction> &fun);
218 static JSHClass *GetOrCreateInitialJSHClass(JSThread *thread, const JSHandle<JSFunction> &fun);
/ark/ts2abc/testTs/expect/controlFlow/
DtypeGuardsTypeParameters.txt5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'fun'}, {'t': 2, 'v': 1…
/ark/runtime_core/verification/models/contexts_merge/
Dcheck_set_intersection_as_lub.als22 fun SuperTypesIntersection[regs: set Register] : set Type
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp434 JSHandle<JSFunction> fun = JSHandle<JSFunction>::Cast(JSNApiHelper::ToJSHandle(cb)); in SetHostEnqueueJob() local
437 MicroJobQueue::EnqueueJob(vm->GetJSThread(), job, QueueType::QUEUE_PROMISE, fun, array); in SetHostEnqueueJob()
/ark/ts2abc/test262/
DCI_tests.txt2628 language/statements/for-of/decl-fun.js
2678 language/statements/with/decl-fun.js
2724 language/statements/if/if-stmt-else-fun-strict.js
2802 language/statements/while/decl-fun.js
Des5_tests.txt5317 language/eval-code/direct/global-env-rec-fun.js
5348 language/eval-code/indirect/global-env-rec-fun.js
/ark/ts2abc/testTs/
Dtest-case.patch4066 @@ -33,3 +33,4 @@ function fun<T>(item: { [P in keyof T]: T[P] }) {
10595 +function fun<T>(val: T) {