Lines Matching defs:reference
453 // Ownership of a reference.
455 // The reference is owned by the runtime. No userland call is needed to
456 // destruct the reference.
458 // The reference is owned by the userland. User code is responsible to delete
459 // the reference with appropriate node-api calls.
483 // Wrapper around Finalizer that implements reference counting.
588 v8impl::Reference* reference = v8impl::Reference::New(env, v8_value, 1, v8impl::Ownership::kUserland);
589 newPropertyCfg->namedPropertyData_ = reinterpret_cast<JSVM_Ref>(reference);
594 v8impl::Reference* reference = v8impl::Reference::New(env, v8_value, 1, v8impl::Ownership::kUserland);
595 newPropertyCfg->indexedPropertyData_ = reinterpret_cast<JSVM_Ref>(reference);