Searched refs:asInternalFunction (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | InternalFunction.h | 61 InternalFunction* asInternalFunction(JSValue); 63 inline InternalFunction* asInternalFunction(JSValue value) in asInternalFunction() function
|
D | ErrorConstructor.cpp | 45 … Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure(); in constructWithErrorConstructor() 58 … Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure(); in callErrorConstructor()
|
D | FunctionConstructor.cpp | 52 …return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(),… in constructWithFunctionConstructor() 64 …return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(),… in callFunctionConstructor()
|
D | BooleanConstructor.cpp | 43 …BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), asInternalFunction(exec->callee(… in constructBoolean()
|
D | ArrayConstructor.cpp | 55 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject(); in constructArrayWithSizeQuirk()
|
D | StringConstructor.cpp | 70 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject(); in constructWithStringConstructor()
|
D | NumberConstructor.cpp | 107 …NumberObject* object = new (exec) NumberObject(exec->globalData(), asInternalFunction(exec->callee… in constructWithNumberConstructor()
|
D | RegExpConstructor.cpp | 329 …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()
|
D | FunctionPrototype.cpp | 99 InternalFunction* function = asInternalFunction(thisValue); in functionProtoFuncToString()
|
D | ObjectConstructor.cpp | 109 …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()
|
D | DateConstructor.cpp | 130 …return JSValue::encode(constructDate(exec, asInternalFunction(exec->callee())->globalObject(), arg… in constructWithDateConstructor()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 6443 (JSC::asInternalFunction): 14759 (JSC::asInternalFunction): 28193 (JSC::asInternalFunction): Added.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 77258 (WebCore::Console::trace): Use asInternalFunction.
|