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

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

Completed in 1214 milliseconds