comparison nodejs/mbfly_njs.cc @ 557:0ca8437a91fa Android_Skia

Implement Indexed Property interceptors
author Thinker K.F. Li <thinker@branda.to>
date Sun, 06 Jun 2010 21:27:34 +0800
parents c9d23f7279a4
children d61133da2845
comparison
equal deleted inserted replaced
556:c9d23f7279a4 557:0ca8437a91fa
19 * - width, and 19 * - width, and
20 * - height. 20 * - height.
21 */ 21 */
22 static Handle<Value> 22 static Handle<Value>
23 xnjsmb_new(const Arguments &args) { 23 xnjsmb_new(const Arguments &args) {
24 HandleScope scope;
24 int argc; 25 int argc;
25 Handle<Value> exc; 26 Handle<Value> exc;
26 njs_runtime_t *rt; 27 njs_runtime_t *rt;
27 char *display_name; 28 char *display_name;
28 int width, height; 29 int width, height;