Searched defs:isFunction (Results 1 – 7 of 7) sorted by relevance
739 const isFunction: boolean = sym ? Reflect.has(sym, 'isFunction') : false; constant
1602 bool isFunction) in CreateSHClass()
1148 Label isFunction(env); in SetPrototypeOf() local
1648 GateRef isFunction = builder_.IsJSFunction(func); in LowerJSInlineTargetTypeCheck() local
888 …teRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty()
1806 Label isFunction(env); in FastSuperAllocateThis() local
4387 JSVM_Status OH_JSVM_IsFunction(JSVM_Env env, JSVM_Value value, bool* isFunction) in OH_JSVM_IsFunction()