mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-22 04:37:01 +00:00
c->properties is NULL anyways (due to ecalloc)
This commit is contained in:
parent
b21acf770a
commit
31bafd052d
@ -500,7 +500,6 @@ void v8js_v8object_create(zval *res, v8::Handle<v8::Value> value, int flags, v8:
|
|||||||
c->v8obj.Reset(isolate, value);
|
c->v8obj.Reset(isolate, value);
|
||||||
c->flags = flags;
|
c->flags = flags;
|
||||||
c->ctx = ctx;
|
c->ctx = ctx;
|
||||||
c->properties = NULL;
|
|
||||||
|
|
||||||
ctx->v8js_v8objects.push_front(c);
|
ctx->v8js_v8objects.push_front(c);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user