HomeSort by relevance Sort by last modified time
    Searched full:jsvalue (Results 426 - 450 of 514) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 46 #include "JSValue.h"
122 JSValue jsValue = toJS(exec, value);
123 if (!jsValue.inherits(&JSDocument::s_info))
126 JSDocument* jsDocument = static_cast<JSDocument*>(asObject(jsValue));
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 50 #include <runtime/JSValue.h>
233 JSC::JSValue result = controller->executeScript(javascript, true).jsValue();
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 246 JSValue valueOfJSConstant(NodeIndex nodeIndex) { return m_jit.valueOfJSConstant(nodeIndex); }
291 // Get the JSValue representation of a constant.
292 JSValue constantAsJSValue(NodeIndex nodeIndex)
298 return JSValue(JSValue::EncodeAsDouble, node.numericConstant());
304 return MacroAssembler::ImmPtr(JSValue::encode(constantAsJSValue(nodeIndex)));
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.cpp 122 JSValue exception;
123 JSValue result = m_currentCallFrame->evaluate(stringToUString(breakIt->second.condition), exception);
  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp 102 JSValue prototype = globalObjectClass->prototype(exec);
  /external/webkit/Source/JavaScriptCore/
CMakeLists.txt 131 runtime/JSValue.cpp
JavaScriptCore.pro 167 runtime/JSValue.cpp \
ChangeLog-2008-08-10 84 Added a fast (non-virtual) mechanism to determine if a non-immediate JSValue*
    [all...]
ChangeLog-2007-10-14 185 fix the invokation of slots with return types. Add a JSLock around the conversion from QVariant to JSValue.
    [all...]
Android.mk 135 runtime/JSValue.cpp \
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 63 JSValue function;
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.cpp 69 JSValue QtClass::fallbackObject(ExecState* exec, Instance* inst, const Identifier& identifier)
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.mm 52 #import <runtime/JSValue.h>
  /external/webkit/Source/JavaScriptGlue/
ChangeLog 764 On Windows & Linux, using JSVALUE32_64, EncodedJSValue is returned in registers, but JSValue is not.
782 (ExecState*, JSObject*, JSValue, const ArgList&) => (ExecState*)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 98 #import <runtime/JSValue.h>
107 using JSC::JSValue;
612 JSValue result = _private->coreFrame->script()->executeScript(string, forceUserGesture).jsValue();
    [all...]
WebView.mm 175 #import <runtime/JSValue.h>
    [all...]
  /external/v8/src/
objects-debug.cc 130 JSValue::cast(this)->JSValueVerify();
293 void JSValue::JSValueVerify() {
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 411 void addConstant(JSValue v)
418 ALWAYS_INLINE JSValue getConstant(int index) const { return m_constantRegisters[index - FirstConstantRegisterIndex].get(); }
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 297 void testPrototype(JSValue, JumpList& failureCases);
305 void emitLoad(const JSValue& v, RegisterID tag, RegisterID payload);
310 void emitStore(unsigned index, const JSValue constant, RegisterID base = callFrameRegister);
    [all...]
JITPropertyAccess.cpp 531 int offset = cachedOffset * sizeof(JSValue);
542 int offset = cachedOffset * sizeof(JSValue);
557 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
644 int offset = sizeof(JSValue) * cachedOffset;
677 int offset = sizeof(JSValue) * cachedOffset;
    [all...]
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
  /external/webkit/Source/WebCore/bridge/
testbindings.mm 31 #include "JSValue.h"
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 400 jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription)
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.cpp 177 Structure::Structure(JSGlobalData& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const ClassInfo* classInfo)
392 Structure* Structure::changePrototypeTransition(JSGlobalData& globalData, Structure* structure, JSValue prototype)
559 Vector<JSValue> values(propertyCount);
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.def 229 ?isValidCallee@JSValue@JSC@@QAE_NXZ
324 ?synthesizePrototype@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@@Z
337 ?toInteger@JSValue@JSC@@QBENPAVExecState@2@@Z
343 ?toObjectSlowCase@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@PAVJSGlobalObject@2@@Z
354 ?toThisObjectSlowCase@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@@Z

Completed in 586 milliseconds

<<11121314151617181920>>