Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dts-reflection.ts20 export function isFunction(object?: Object): boolean { function
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts782 const isFunction: boolean = sym ? Reflect.has(sym, 'isFunction') : false; constant
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp1682 bool isFunction) in CreateSHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1133 Label isFunction(env); in SetPrototypeOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2071 Label isFunction(env); in FastSuperAllocateThis() local
Dtyped_hcr_lowering.cpp1801 GateRef isFunction = builder_.IsJSFunction(glue, func); in LowerJSInlineTargetTypeCheck() local
Dmcr_circuit_builder.cpp997 …teRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4707 JSVM_Status OH_JSVM_IsFunction(JSVM_Env env, JSVM_Value value, bool* isFunction) in OH_JSVM_IsFunction()