Home | History | Annotate | Download | only in jni

Lines Matching full:_imp

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);
406 _imp->put(exec, (unsigned)index, convertJObjectToValue(exec, value));
419 JSObject *thisObj = const_cast<JSObject*>(_imp);
428 rootObject->gcUnprotect(_imp);