OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_imp
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/bridge/objc/
WebScriptObject.h
39
- (JSC::JSObject *)
_imp
;
objc_utility.mm
249
JSObject* imp = [obj
_imp
];
/external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm
265
_imp
= jlong_to_impptr(nativeJSObject);
267
ASSERT(
_imp
);
268
_rootObject = findProtectingRootObject(
_imp
);
290
JSValue function =
_imp
->get(exec, identifier);
300
JSValue result = JSC::call(exec, function, callType, callData,
_imp
, argList);
335
LOG(LiveConnect, "JavaJSObject::getMember (%p) memberName = %s",
_imp
, JavaString(memberName).utf8());
344
JSValue result =
_imp
->get(exec, Identifier(exec, JavaString(memberName).impl()));
361
_imp
->put(exec, Identifier(exec, JavaString(memberName).impl()), convertJObjectToValue(exec, value), slot);
375
_imp
->deleteProperty(exec, Identifier(exec, JavaString(memberName).impl()));
390
JSValue result =
_imp
->get(exec, index)
[
all
...]
jni_jsobject.h
105
JSObject*
_imp
;
member in class:JSC::Bindings::JavaJSObject
/external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm
191
- (JSObject*)
_imp
295
JSValue function = [self
_imp
]->get(exec, Identifier(exec, stringToUString(String(name))));
308
JSValue result = JSMainThreadExecState::call(exec, function, callType, callData, [self
_imp
], argList);
372
[self
_imp
]->put(exec, Identifier(exec, stringToUString(String(key))), convertObjcValueToValue(exec, &value, ObjcObjectType, [self _rootObject]), slot);
397
JSValue result = [self
_imp
]->get(exec, Identifier(exec, stringToUString(String(key))));
426
[self
_imp
]->deleteProperty(exec, Identifier(exec, stringToUString(String(key))));
445
BOOL result = [self
_imp
]->hasProperty(exec, Identifier(exec, stringToUString(String(key))));
467
id result = convertValueToObjcValue(exec, [self
_imp
], ObjcObjectType).objectValue;
485
JSValue result = [self
_imp
]->get(exec, index);
509
[self
_imp
]->put(exec, index, convertObjcValueToValue(exec, &value, ObjcObjectType, [self _rootObject]))
[
all
...]
WebScriptObjectPrivate.h
56
- (JSC::JSObject *)
_imp
;
/external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.mm
122
if (value == [globalObject
_imp
])
Completed in 190 milliseconds