/external/webkit/Source/WebCore/bindings/js/ |
JSNodeFilterCustom.cpp | 45 PassRefPtr<NodeFilter> toNodeFilter(JSGlobalData& globalData, JSValue value)
|
JSStyleSheetCustom.cpp | 38 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, StyleSheet* styleSheet)
|
JSWebKitAnimationCustom.cpp | 35 JSValue JSWebKitAnimation::iterationCount(ExecState*) const
|
JSWebKitCSSMatrixCustom.cpp | 45 return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebKitCSSMatrix, matrix.get()));
|
JSWebKitPointCustom.cpp | 49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), WebKitPoint::create(x, y))));
|
JSCSSStyleDeclarationCustom.cpp | 150 JSValue JSCSSStyleDeclaration::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) 179 bool JSCSSStyleDeclaration::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&)
|
ScheduledAction.cpp | 52 JSValue v = exec->argument(0); 66 ScheduledAction::ScheduledAction(ExecState* exec, JSValue function, DOMWrapperWorld* isolatedWorld) 90 void ScheduledAction::executeFunctionInContext(JSGlobalObject* globalObject, JSValue thisValue, ScriptExecutionContext* context)
|
WorkerScriptController.cpp | 109 if (exception.jsValue()) { 111 reportException(m_workerContextWrapper->globalExec(), exception.jsValue()); 154 throwError(m_workerContextWrapper->globalExec(), exception.jsValue());
|
/external/webkit/Source/WebCore/bridge/c/ |
CRuntimeObject.h | 47 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JavaRuntimeObject.h | 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
|
JavaArrayJSC.cpp | 45 JSValue JavaArray::convertJObjectToArray(ExecState* exec, jobject anObject, const char* type, PassRefPtr<RootObject> rootObject) 73 void JavaArray::setValueAt(ExecState* exec, unsigned index, JSValue aValue) const 149 JSValue JavaArray::valueAt(ExecState* exec, unsigned index) const
|
/external/webkit/Source/WebCore/bridge/objc/ |
ObjCRuntimeObject.h | 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
|
WebScriptObject.h | 37 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
|
objc_class.h | 46 virtual JSValue fallbackObject(ExecState *exec, Instance *instance, const Identifier &propertyName);
|
objc_utility.mm | 129 ObjcValue convertValueToObjcValue(ExecState* exec, JSValue value, ObjcValueType type) 197 JSValue convertNSStringToString(ExecState* exec, NSString *nsstring) 206 JSValue aValue = jsString(exec, u); 229 JSValue convertObjcValueToValue(ExecState* exec, void* buffer, ObjcValueType type, RootObject* rootObject)
|
/external/webkit/Source/WebCore/manual-tests/ |
array-out-of-memory.html | 10 // to overflow. The vector needs to be ((target + 1) * sizeof(JSValue*)) bytes long to hold 'target', or approximately 2/3 UINT32_MAX. Upon growing
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
ProxyRuntimeObject.h | 44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
|
NetscapePluginInstanceProxy.mm | [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
JSNPMethod.h | 45 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
|
/external/webkit/Source/JavaScriptCore/heap/ |
HandleHeap.h | 39 class JSValue; 68 void writeBarrier(HandleSlot, const JSValue&); 101 JSValue m_value;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Executable.h | 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); } 119 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(LeafType, StructureFlags), AnonymousSlotCount, &s_info); } 235 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); } 282 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); } 375 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); }
|
/external/webkit/Source/WebCore/bindings/objc/ |
WebScriptObject.mm | 295 JSValue function = [self _imp]->get(exec, Identifier(exec, stringToUString(String(name)))); 308 JSValue result = JSMainThreadExecState::call(exec, function, callType, callData, [self _imp], argList); 333 JSValue result; 337 Completion completion = JSMainThreadExecState::evaluate([self _rootObject]->globalObject()->globalExec(), [self _rootObject]->globalObject()->globalScopeChain(), makeSource(String(script)), JSC::JSValue()); 397 JSValue result = [self _imp]->get(exec, Identifier(exec, stringToUString(String(key)))); 485 JSValue result = [self _imp]->get(exec, index); 534 + (id)_convertValueToObjcValue:(JSValue)value originRootObject:(RootObject*)originRootObject rootObject:(RootObject*)rootObject
|
/external/webkit/Source/JavaScriptGlue/ |
JSUtils.cpp | 47 static CFTypeRef KJSValueToCFTypeInternal(JSValue inValue, ExecState *exec, ObjectImpList* inImps); 104 JSUserObject* KJSValueToJSObject(JSValue inValue, ExecState *exec) 130 JSValue JSObjectKJSValue(JSUserObject* ptr) 134 JSValue result = jsUndefined(); 200 CFTypeRef KJSValueToCFTypeInternal(JSValue inValue, ExecState *exec, ObjectImpList* inImps) 362 CFTypeRef KJSValueToCFType(JSValue inValue, ExecState *exec)
|
/external/webkit/Source/JavaScriptCore/API/ |
JSCallbackFunction.cpp | 72 return JSValue::encode(toJS(exec, result));
|
JSObjectRef.h | 155 @param value A JSValue to use as the property's value. 208 @param arguments A JSValue array of the arguments passed to the function. 210 @result A JSValue that is the function's return value. 228 @param arguments A JSValue array of the arguments passed to the function. 247 @param possibleInstance The JSValue being tested to determine if it is an instance of constructor. 438 @param arguments A JSValue array of data to populate the Array with. Pass NULL if argumentCount is 0. 451 @param arguments A JSValue array of arguments to pass to the Date Constructor. Pass NULL if argumentCount is 0. 462 @param arguments A JSValue array of arguments to pass to the Error Constructor. Pass NULL if argumentCount is 0. 473 @param arguments A JSValue array of arguments to pass to the RegExp Constructor. Pass NULL if argumentCount is 0. 500 @result A JSValue that is the object's prototype [all...] |