HomeSort by relevance Sort by last modified time
    Searched defs:AstValue (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
ast-value-factory.h 38 // AstString, AstValue and AstValueFactory are for storing strings and values
159 // AstValue is either a string, a symbol, a number, a string array, a boolean,
161 class AstValue : public ZoneObject {
238 AstValue* next() const { return next_; }
239 void set_next(AstValue* next) { next_ = next; }
258 explicit AstValue(const AstRawString* s) : type_(STRING), next_(nullptr) {
262 explicit AstValue(AstSymbol symbol) : type_(SYMBOL), next_(nullptr) {
266 explicit AstValue(double n, bool with_dot) : next_(nullptr) {
277 AstValue(Type t, int i) : type_(t), next_(nullptr) {
282 explicit AstValue(bool b) : type_(BOOLEAN), next_(nullptr) { bool_ = b;
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 47 milliseconds