Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts739 const isFunction: boolean = sym ? Reflect.has(sym, 'isFunction') : false; constant
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp1602 bool isFunction) in CreateSHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1148 Label isFunction(env); in SetPrototypeOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1648 GateRef isFunction = builder_.IsJSFunction(func); in LowerJSInlineTargetTypeCheck() local
Dmcr_circuit_builder.cpp888 …teRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty()
Dnew_object_stub_builder.cpp1806 Label isFunction(env); in FastSuperAllocateThis() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4387 JSVM_Status OH_JSVM_IsFunction(JSVM_Env env, JSVM_Value value, bool* isFunction) in OH_JSVM_IsFunction()