Home
last modified time | relevance | path

Searched defs:isFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts601 const isFunction: boolean = sym ? Reflect.has(sym, 'isFunction') : false; constant
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp1503 bool isFunction) in CreateSHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1338 Label isFunction(env); in SetPrototypeOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1784 Label isFunction(env); in FastSuperAllocateThis() local
Dmcr_circuit_builder.cpp862 …teRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty()