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

  /external/webkit/JavaScriptCore/runtime/
BooleanPrototype.cpp 22 #include "BooleanPrototype.h"
32 ASSERT_CLASS_FITS_IN_CELL(BooleanPrototype);
40 BooleanPrototype::BooleanPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure)
BooleanPrototype.h 28 class BooleanPrototype : public BooleanObject {
30 BooleanPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);

Completed in 997 milliseconds