OpenShot Library | libopenshot-audio  0.2.0
juce::JavascriptEngine::RootObject::RightShiftUnsignedOp Struct Reference
+ Inheritance diagram for juce::JavascriptEngine::RootObject::RightShiftUnsignedOp:

Public Member Functions

 RightShiftUnsignedOp (const CodeLocation &l, ExpPtr &a, ExpPtr &b) noexcept
 
var getWithInts (int64 a, int64 b) const override
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperator
 BinaryOperator (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept
 
virtual var getWithUndefinedArg () const
 
virtual var getWithDoubles (double, double) const
 
virtual var getWithArrayOrObject (const var &a, const var &) const
 
virtual var getWithStrings (const String &, const String &) const
 
var getResult (const Scope &s) const override
 
var throwError (const char *typeName) const
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase
 BinaryOperatorBase (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::Expression
 Expression (const CodeLocation &l) noexcept
 
virtual void assign (const Scope &, const var &) const
 
ResultCode perform (const Scope &s, var *) const override
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::Statement
 Statement (const CodeLocation &l) noexcept
 

Additional Inherited Members

- Public Types inherited from juce::JavascriptEngine::RootObject::Statement
enum  ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit }
 
- Public Attributes inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase
ExpPtr lhs
 
ExpPtr rhs
 
TokenType operation
 
- Public Attributes inherited from juce::JavascriptEngine::RootObject::Statement
CodeLocation location
 

Detailed Description

Definition at line 638 of file juce_Javascript.cpp.


The documentation for this struct was generated from the following file: