From 6a85ec63a3a905e638b4f2e1e7cd92c17ad1a9f5 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 3 Aug 2018 21:55:43 +0200 Subject: Implement String.raw Change-Id: I331fd4d114f68fb5cb71186813f851af25539ffa Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4stringobject_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/jsruntime/qv4stringobject_p.h') diff --git a/src/qml/jsruntime/qv4stringobject_p.h b/src/qml/jsruntime/qv4stringobject_p.h index 20d8cf3fd4..4d89c802b6 100644 --- a/src/qml/jsruntime/qv4stringobject_p.h +++ b/src/qml/jsruntime/qv4stringobject_p.h @@ -114,6 +114,7 @@ struct StringCtor: FunctionObject static ReturnedValue method_fromCharCode(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); static ReturnedValue method_fromCodePoint(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); + static ReturnedValue method_raw(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); }; struct StringPrototype: StringObject -- cgit v1.2.3