HomeSort by relevance Sort by last modified time
    Searched full:_imp (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/bindings/objc/
WebScriptObject.mm 185 - (JSObject*)_imp
289 JSValue function = [self _imp]->get(exec, Identifier(exec, String(name)));
302 JSValue result = JSC::call(exec, function, callType, callData, [self _imp], argList);
366 [self _imp]->put(exec, Identifier(exec, String(key)), convertObjcValueToValue(exec, &value, ObjcObjectType, [self _rootObject]), slot);
391 JSValue result = [self _imp]->get(exec, Identifier(exec, String(key)));
420 [self _imp]->deleteProperty(exec, Identifier(exec, String(key)));
440 id result = convertValueToObjcValue(exec, [self _imp], ObjcObjectType).objectValue;
458 JSValue result = [self _imp]->get(exec, index);
482 [self _imp]->put(exec, index, convertObjcValueToValue(exec, &value, ObjcObjectType, [self _rootObject]));
504 return toRef([self _imp]);
    [all...]
WebScriptObjectPrivate.h 56 - (JSC::JSObject *)_imp;
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 272 _imp = jlong_to_impptr(nativeJSObject);
274 ASSERT(_imp);
275 _rootObject = findProtectingRootObject(_imp);
297 JSValue function = _imp->get(exec, identifier);
307 JSValue result = JSC::call(exec, function, callType, callData, _imp, argList);
342 JS_LOG ("(%p) memberName = %s\n", _imp, JavaString(memberName).UTF8String());
351 JSValue result = _imp->get(exec, Identifier(exec, JavaString(memberName)));
368 _imp->put(exec, Identifier(exec, JavaString(memberName)), convertJObjectToValue(exec, value), slot);
382 _imp->deleteProperty(exec, Identifier(exec, JavaString(memberName)));
401 JSValue result = _imp->get(exec, index)
    [all...]
jni_jsobject.h 104 JSObject* _imp; member in class:JSC::Bindings::JavaJSObject
  /external/webkit/WebCore/bridge/objc/
WebScriptObject.h 39 - (JSC::JSObject *)_imp;
objc_utility.mm 249 JSObject* imp = [obj _imp];
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 122 if (value == [globalObject _imp])
  /external/webkit/WebCore/
WebCore.order     [all...]
ChangeLog-2007-10-14     [all...]
  /external/webkit/JavaScriptCore/
ChangeLog-2007-10-14     [all...]

Completed in 289 milliseconds