Home | History | Annotate | Download | only in objc

Lines Matching full:_imp

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]));
531 return toRef([self _imp]);