HomeSort by relevance Sort by last modified time
    Searched refs:ExecState (Results 76 - 100 of 422) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.h 32 ObjectConstructor(ExecState*, NonNullPassRefPtr<Structure>, ObjectPrototype*, Structure* prototypeFunctionStructure);
RegExpPrototype.h 30 RegExpPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
StringConstructor.h 32 StringConstructor(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure, StringPrototype*);
FunctionPrototype.h 32 FunctionPrototype(ExecState*, NonNullPassRefPtr<Structure>);
33 void addFunctionProperties(ExecState*, Structure* prototypeFunctionStructure, NativeFunctionWrapper** callFunction, NativeFunctionWrapper** applyFunction);
Executable.h 85 NativeExecutable(ExecState* exec)
120 ScriptExecutable(ExecState* exec, const SourceCode& source)
164 EvalCodeBlock& bytecode(ExecState* exec, ScopeChainNode* scopeChainNode)
173 JSObject* compile(ExecState*, ScopeChainNode*);
176 static PassRefPtr<EvalExecutable> create(ExecState* exec, const SourceCode& source) { return adoptRef(new EvalExecutable(exec, source)); }
179 EvalExecutable(ExecState* exec, const SourceCode& source)
188 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode)
196 void generateJITCode(ExecState*, ScopeChainNode*);
202 static PassRefPtr<ProgramExecutable> create(ExecState* exec, const SourceCode& source)
209 ProgramCodeBlock& bytecode(ExecState* exec, ScopeChainNode* scopeChainNode
    [all...]
JSActivation.h 55 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
57 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
59 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
60 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
62 virtual JSObject* toThisObject(ExecState*) const;
92 static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&);
RegExpObject.h 40 JSValue test(ExecState*, const ArgList&);
41 JSValue exec(ExecState*, const ArgList&);
43 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
44 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
45 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
59 bool match(ExecState*, const ArgList&);
RegExpConstructor.h 58 RegExpConstructor(ExecState*, NonNullPassRefPtr<Structure>, RegExpPrototype*);
65 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
66 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
67 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
72 JSObject* arrayOfMatches(ExecState*) const;
80 JSValue getBackref(ExecState*, unsigned) const;
81 JSValue getLastParen(ExecState*) const;
82 JSValue getLeftContext(ExecState*) const;
83 JSValue getRightContext(ExecState*) const;
99 JSObject* constructRegExp(ExecState*, const ArgList&)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCDATASectionCustom.cpp 35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, CDATASection* section)
JSCanvasNumberArrayCustom.cpp 38 JSValue JSCanvasNumberArray::getByIndex(JSC::ExecState* exec, unsigned int index)
JSCoordinatesCustom.cpp 35 JSValue JSCoordinates::altitude(ExecState* exec) const
43 JSValue JSCoordinates::altitudeAccuracy(ExecState* exec) const
51 JSValue JSCoordinates::heading(ExecState* exec) const
59 JSValue JSCoordinates::speed(ExecState* exec) const
JSDedicatedWorkerContextCustom.cpp 45 JSC::JSValue JSDedicatedWorkerContext::postMessage(JSC::ExecState* exec, const JSC::ArgList& args)
JSTextCustom.cpp 35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Text* text)
JSTouchCustom.cpp 37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch)
JSTouchListCustom.cpp 37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, TouchList* touchList)
JSWorkerCustom.cpp 40 JSC::JSValue JSWorker::postMessage(JSC::ExecState* exec, const JSC::ArgList& args)
JSDataGridColumnListCustom.cpp 41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName)
46 JSValue JSDataGridColumnList::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSMimeTypeArrayCustom.cpp 31 bool JSMimeTypeArray::canGetItemsForName(ExecState*, MimeTypeArray* mimeTypeArray, const Identifier& propertyName)
36 JSValue JSMimeTypeArray::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSPluginArrayCustom.cpp 31 bool JSPluginArray::canGetItemsForName(ExecState*, PluginArray* pluginArray, const Identifier& propertyName)
36 JSValue JSPluginArray::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSPluginCustom.cpp 30 bool JSPlugin::canGetItemsForName(ExecState*, Plugin* plugin, const Identifier& propertyName)
35 JSValue JSPlugin::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
  /external/webkit/WebCore/bridge/objc/
objc_utility.h 76 ObjcValue convertValueToObjcValue(ExecState*, JSValue, ObjcValueType);
77 JSValue convertNSStringToString(ExecState* exec, NSString *nsstring);
78 JSValue convertObjcValueToValue(ExecState*, void* buffer, ObjcValueType, RootObject*);
83 JSObject *throwError(ExecState *, ErrorType, NSString *message);
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 52 JSC::JSValue fieldValue(JSC::ExecState*, const JSC::Bindings::Field*) const;
53 void setFieldValue(JSC::ExecState*, const JSC::Bindings::Field*, JSC::JSValue) const;
64 virtual JSC::JSValue invokeMethod(JSC::ExecState*, const JSC::Bindings::MethodList&, const JSC::ArgList& args);
67 virtual JSC::JSValue invokeDefaultMethod(JSC::ExecState*, const JSC::ArgList&);
70 virtual JSC::JSValue invokeConstruct(JSC::ExecState*, const JSC::ArgList&);
72 virtual JSC::JSValue defaultValue(JSC::ExecState*, JSC::PreferredPrimitiveType) const;
73 virtual JSC::JSValue valueOf(JSC::ExecState*) const;
75 virtual void getPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&);
77 JSC::JSValue stringValue(JSC::ExecState*) const;
78 JSC::JSValue numberValue(JSC::ExecState*) const
    [all...]
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.h 36 JSCallbackFunction(ExecState*, JSObjectCallAsFunctionCallback, const Identifier& name);
51 static JSValue JSC_HOST_CALL call(ExecState*, JSObject*, JSValue, const ArgList&);
  /external/webkit/WebCore/bindings/objc/
ObjCNodeFilterCondition.mm 40 short ObjCNodeFilterCondition::acceptNode(ExecState*, Node* node) const
  /external/webkit/WebCore/bridge/c/
c_runtime.h 41 virtual JSValue valueFromInstance(ExecState*, const Instance*) const;
42 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const;

Completed in 684 milliseconds

1 2 34 5 6 7 8 91011>>