Searched defs:isFunction (Results 1 – 8 of 8) sorted by relevance
20 export function isFunction(object?: Object): boolean { function
782 const isFunction: boolean = sym ? Reflect.has(sym, 'isFunction') : false; constant
1682 bool isFunction) in CreateSHClass()
1133 Label isFunction(env); in SetPrototypeOf() local
2071 Label isFunction(env); in FastSuperAllocateThis() local
1801 GateRef isFunction = builder_.IsJSFunction(glue, func); in LowerJSInlineTargetTypeCheck() local
997 …teRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty()
4707 JSVM_Status OH_JSVM_IsFunction(JSVM_Env env, JSVM_Value value, bool* isFunction) in OH_JSVM_IsFunction()