• Home
  • Raw
  • Download

Lines Matching refs:flag

418     inline void SetCallable(bool flag)  in SetCallable()  argument
420 CallableBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetCallable()
423 inline void SetConstructor(bool flag) const in SetConstructor() argument
425 ConstructorBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetConstructor()
428 inline void SetExtensible(bool flag) const in SetExtensible() argument
430 ExtensibleBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetExtensible()
433 inline void SetIsPrototype(bool flag) const in SetIsPrototype() argument
435 IsPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsPrototype()
438 inline void SetIsLiteral(bool flag) const in SetIsLiteral() argument
440 IsLiteralBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsLiteral()
443 inline void SetClassConstructor(bool flag) const in SetClassConstructor() argument
445 ClassConstructorBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetClassConstructor()
448 inline void SetClassPrototype(bool flag) const in SetClassPrototype() argument
450 ClassPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetClassPrototype()
453 inline void SetGlobalConstOrBuiltinsObject(bool flag) const in SetGlobalConstOrBuiltinsObject() argument
455 GlobalConstOrBuiltinsObjectBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetGlobalConstOrBuiltinsObject()
458 inline void SetIsDictionaryMode(bool flag) const in SetIsDictionaryMode() argument
460 IsDictionaryBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsDictionaryMode()
463 inline void SetTS(bool flag) const in SetTS() argument
465 IsTSBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetTS()
468 inline void SetIsJSFunction(bool flag) const in SetIsJSFunction() argument
470 IsJSFunctionBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsJSFunction()
479 inline void SetIsOptimized(bool flag) const in SetIsOptimized() argument
481 IsOptimizedBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsOptimized()
484 inline void SetCanFastCall(bool flag) const in SetCanFastCall() argument
486 CanFastCallBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetCanFastCall()
1636 inline void SetHasDeleteProperty(bool flag) const in SetHasDeleteProperty() argument
1638 HasDeletePropertyBit::Set<uint32_t>(flag, GetBitField1Addr()); in SetHasDeleteProperty()
1647 inline void SetIsAllTaggedProp(bool flag) const in SetIsAllTaggedProp() argument
1649 IsAllTaggedPropBit::Set<uint32_t>(flag, GetBitField1Addr()); in SetIsAllTaggedProp()
1741 inline void SetIsFound(bool flag) in SetIsFound() argument
1743 IsFoundBit::Set(flag, &data_); in SetIsFound()
1751 inline void SetIsWritable(bool flag) in SetIsWritable() argument
1753 WritableField::Set(flag, &data_); in SetIsWritable()
1761 inline void SetIsLocal(bool flag) in SetIsLocal() argument
1763 IsLocalBit::Set(flag, &data_); in SetIsLocal()
1771 inline void SetIsNotHole(bool flag) in SetIsNotHole() argument
1773 IsNotHoleBit::Set(flag, &data_); in SetIsNotHole()
1792 inline void SetIsAccessor(bool flag) in SetIsAccessor() argument
1794 IsAccessorBit::Set(flag, &data_); in SetIsAccessor()