| * Copyright 2006 The Android Open Source Project |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| typedef struct JSRuntime JSRuntime; |
| typedef struct JSContext JSContext; |
| typedef struct JSObject JSObject; |
| class SkJS : public SkOSWindow { |
| SkBool EvaluateScript(const char* script, jsval* rVal); |
| SkBool ValueToString(jsval value, SkString* string); |
| static void Test(void* hwnd); |
| void InitializeDisplayables(const SkBitmap& , JSContext *, JSObject *, JSObject *); |
| void DisposeDisplayables(); |