Searched defs:BooleanConstructor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DBooleanConstructor.h30 class BooleanConstructor : public InternalFunction { class in namespace:JSC
32 BooleanConstructor(ExecState*, JSGlobalObject*, Structure*, BooleanPrototype*);
H A DBooleanConstructor.cpp22 #include "BooleanConstructor.h"
29 ASSERT_CLASS_FITS_IN_CELL(BooleanConstructor);
31 BooleanConstructor::BooleanConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, BooleanPrototype* booleanPrototype) function in class:JSC::BooleanConstructor
54 ConstructType BooleanConstructor::getConstructData(ConstructData& constructData)
66 CallType BooleanConstructor::getCallData(CallData& callData)

Completed in 57 milliseconds