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

  /external/webkit/JavaScriptCore/runtime/
BooleanConstructor.h 30 class BooleanConstructor : public InternalFunction {
32 BooleanConstructor(ExecState*, NonNullPassRefPtr<Structure>, BooleanPrototype*);
BooleanConstructor.cpp 22 #include "BooleanConstructor.h"
29 ASSERT_CLASS_FITS_IN_CELL(BooleanConstructor);
31 BooleanConstructor::BooleanConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, BooleanPrototype* booleanPrototype)
53 ConstructType BooleanConstructor::getConstructData(ConstructData& constructData)
65 CallType BooleanConstructor::getCallData(CallData& callData)

Completed in 48 milliseconds