Searched defs:isFunction (Results 1 – 5 of 5) sorted by relevance
601 const isFunction: boolean = sym ? Reflect.has(sym, 'isFunction') : false; constant
1503 bool isFunction) in CreateSHClass()
1338 Label isFunction(env); in SetPrototypeOf() local
1784 Label isFunction(env); in FastSuperAllocateThis() local
862 …teRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty()