mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 15:18:41 +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->flags = flags;
|
||||
c->ctx = ctx;
|
||||
c->properties = NULL;
|
||||
|
||||
ctx->v8js_v8objects.push_front(c);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user