Home
last modified time | relevance | path

Searched refs:asInternalFunction (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DInternalFunction.h61 InternalFunction* asInternalFunction(JSValue);
63 inline InternalFunction* asInternalFunction(JSValue value) in asInternalFunction() function
DErrorConstructor.cpp45 … Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure(); in constructWithErrorConstructor()
58 … Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure(); in callErrorConstructor()
DFunctionConstructor.cpp52 …return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(),… in constructWithFunctionConstructor()
64 …return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(),… in callFunctionConstructor()
DBooleanConstructor.cpp43 …BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), asInternalFunction(exec->callee(… in constructBoolean()
DArrayConstructor.cpp55 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject(); in constructArrayWithSizeQuirk()
DStringConstructor.cpp70 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject(); in constructWithStringConstructor()
DNumberConstructor.cpp107 …NumberObject* object = new (exec) NumberObject(exec->globalData(), asInternalFunction(exec->callee… in constructWithNumberConstructor()
DRegExpConstructor.cpp329 …return JSValue::encode(constructRegExp(exec, asInternalFunction(exec->callee())->globalObject(), a… in constructWithRegExpConstructor()
342 …return JSValue::encode(constructRegExp(exec, asInternalFunction(exec->callee())->globalObject(), a… in callRegExpConstructor()
DFunctionPrototype.cpp99 InternalFunction* function = asInternalFunction(thisValue); in functionProtoFuncToString()
DObjectConstructor.cpp109 …return JSValue::encode(constructObject(exec, asInternalFunction(exec->callee())->globalObject(), a… in constructWithObjectConstructor()
121 …return JSValue::encode(constructObject(exec, asInternalFunction(exec->callee())->globalObject(), a… in callObjectConstructor()
DDateConstructor.cpp130 …return JSValue::encode(constructDate(exec, asInternalFunction(exec->callee())->globalObject(), arg… in constructWithDateConstructor()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-166443 (JSC::asInternalFunction):
14759 (JSC::asInternalFunction):
28193 (JSC::asInternalFunction): Added.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1677258 (WebCore::Console::trace): Use asInternalFunction.