HomeSort by relevance Sort by last modified time
    Searched refs:JSValue (Results 226 - 250 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/runtime/
StringObjectThatMasqueradesAsUndefined.h 45 static PassRefPtr<Structure> createStructure(JSValue proto)
ExceptionHelpers.cpp 54 JSValue createInterruptedExecutionException(JSGlobalData* globalData)
59 static JSValue createError(ExecState* exec, ErrorType e, const char* msg)
64 JSValue createStackOverflowError(ExecState* exec)
69 JSValue createTypeError(ExecState* exec, const char* message)
74 JSValue createUndefinedVariableError(ExecState* exec, const Identifier& ident, unsigned bytecodeOffset, CodeBlock* codeBlock)
87 static UString createErrorMessage(ExecState* exec, CodeBlock* codeBlock, int, int expressionStart, int expressionStop, JSValue value, UString error)
112 JSObject* createInvalidParamError(ExecState* exec, const char* op, JSValue value, unsigned bytecodeOffset, CodeBlock* codeBlock)
126 JSObject* createNotAConstructorError(ExecState* exec, JSValue value, unsigned bytecodeOffset, CodeBlock* codeBlock)
147 JSValue createNotAFunctionError(ExecState* exec, JSValue value, unsigned bytecodeOffset, CodeBlock* codeBlock
    [all...]
ArgList.cpp 24 #include "JSValue.h"
45 markStack.appendValues(reinterpret_cast<JSValue*>(list->m_buffer), list->m_size);
49 void MarkedArgumentBuffer::slowAppend(JSValue v)
ErrorConstructor.cpp 61 static JSValue JSC_HOST_CALL callErrorConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)
NativeErrorConstructor.cpp 62 static JSValue JSC_HOST_CALL callNativeErrorConstructor(ExecState* exec, JSObject* constructor, JSValue, const ArgList& args)
RegExpMatchesArray.h 54 virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot)
61 virtual void put(ExecState* exec, unsigned propertyName, JSValue v)
  /external/webkit/JavaScriptGlue/
JSObject.cpp 76 static JSValue JSC_HOST_CALL nativeCallFunction(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args);
77 static JSValue nativeCallFunction(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args)
  /external/webkit/WebCore/bindings/js/
JSCallbackData.h 62 JSC::JSValue invokeCallback(JSC::MarkedArgumentBuffer&, bool* raisedException = 0);
JSConsoleCustom.cpp 43 JSValue JSConsole::profiles(ExecState* exec) const
JSDatabaseCustom.cpp 50 JSValue JSDatabase::changeVersion(ExecState* exec, const ArgList& args)
88 static JSValue createTransaction(ExecState* exec, const ArgList& args, Database* database, JSDOMGlobalObject* globalObject, bool readOnly)
123 JSValue JSDatabase::transaction(ExecState* exec, const ArgList& args)
128 JSValue JSDatabase::readTransaction(ExecState* exec, const ArgList& args)
JSExceptionBase.cpp 42 ExceptionBase* toExceptionBase(JSC::JSValue value)
JSNamedNodeMapCustom.cpp 43 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSPopStateEventCustom.cpp 36 JSValue JSPopStateEvent::initPopStateEvent(ExecState* exec, const ArgList& args)
JSSVGPODListCustom.h 38 typedef PODType (*ConversionCallback)(JSC::JSValue);
42 static JSC::JSValue finishGetter(JSC::ExecState* exec, ExceptionCode& ec, JSPODListType* wrapper,
58 static JSC::JSValue finishSetter(JSC::ExecState* exec, ExceptionCode& ec, JSPODListType* wrapper,
77 static JSC::JSValue finishSetterReadOnlyResult(JSC::ExecState* exec, ExceptionCode& ec, JSPODListType* wrapper,
92 static JSC::JSValue clear(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList&,
108 static JSC::JSValue initialize(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args,
118 static JSC::JSValue getItem(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args,
135 static JSC::JSValue insertItemBefore(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args,
152 static JSC::JSValue replaceItem(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args,
169 static JSC::JSValue removeItem(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args
    [all...]
JSCanvasRenderingContext2DCustom.cpp 45 static JSValue toJS(ExecState* exec, CanvasStyle* style)
54 static PassRefPtr<CanvasStyle> toHTMLCanvasStyle(ExecState* exec, JSValue value)
68 JSValue JSCanvasRenderingContext2D::strokeStyle(ExecState* exec) const
74 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value)
80 JSValue JSCanvasRenderingContext2D::fillStyle(ExecState* exec) const
86 void JSCanvasRenderingContext2D::setFillStyle(ExecState* exec, JSValue value)
92 JSValue JSCanvasRenderingContext2D::setFillColor(ExecState* exec, const ArgList& args)
129 JSValue JSCanvasRenderingContext2D::setStrokeColor(ExecState* exec, const ArgList& args)
167 JSValue JSCanvasRenderingContext2D::strokeRect(ExecState* exec, const ArgList& args)
181 JSValue JSCanvasRenderingContext2D::drawImage(ExecState* exec, const ArgList& args
    [all...]
JSHTMLFormElementCustom.cpp 47 JSValue JSHTMLFormElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
64 JSValue JSHTMLFormElement::submit(ExecState* exec, const ArgList&)
JSMessageEventCustom.cpp 45 JSValue JSMessageEvent::ports(ExecState* exec) const
57 JSC::JSValue JSMessageEvent::initMessageEvent(JSC::ExecState* exec, const JSC::ArgList& args)
JSSQLResultSetRowListCustom.cpp 42 JSValue JSSQLResultSetRowList::item(ExecState* exec, const ArgList& args)
61 JSValue jsValue;
65 jsValue = jsString(exec, value.string());
68 jsValue = jsNull();
71 jsValue = jsNumber(exec, value.number());
77 object->putDirect(Identifier(exec, m_impl->columnNames()[i]), jsValue, DontDelete | ReadOnly);
JSDOMWindowShell.cpp 97 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
102 void JSDOMWindowShell::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes)
137 JSValue JSDOMWindowShell::lookupGetter(ExecState* exec, const Identifier& propertyName)
142 JSValue JSDOMWindowShell::lookupSetter(ExecState* exec, const Identifier& propertyName)
170 JSValue toJS(ExecState* exec, Frame* frame)
JSEventListener.cpp 91 JSValue handleEventFunction = jsFunction->get(exec, Identifier(exec, "handleEvent"));
96 handleEventFunction = JSValue();
113 JSValue retval = handleEventFunction
163 JSValue thisValue = globalObject->toThisObject(exec);
166 JSValue returnValue = JSC::call(exec, jsFunction, callType, callData, thisValue, args);
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp 51 JSValue JSCallbackFunction::call(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args)
  /external/webkit/WebCore/bridge/objc/
WebScriptObject.h 37 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
  /external/webkit/WebCore/inspector/
JavaScriptCallFrame.h 73 JSC::JSValue evaluate(const JSC::UString& script, JSC::JSValue& exception) const;
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 58 - (id)_convertValueToObjcValue:(JSValue)value;
116 - (id)_convertValueToObjcValue:(JSValue)value
217 JSValue exception = _private->debuggerCallFrame->exception();
244 JSValue exception;
245 JSValue result = evaluateInGlobalCallFrame(String(script), exception, globalObject);
251 JSValue exception;
252 JSValue result = _private->debuggerCallFrame->evaluate(String(script), exception);
  /external/webkit/JavaScriptCore/profiler/
Profiler.cpp 108 void Profiler::willExecute(ExecState* exec, JSValue function)
119 CallIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber);
124 void Profiler::didExecute(ExecState* exec, JSValue function)
135 dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber), exec->lexicalGlobalObject()->profileGroup());
138 CallIdentifier Profiler::createCallIdentifier(ExecState* exec, JSValue functionValue, const UString& defaultSourceURL, int defaultLineNumber)

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>