Lines Matching defs:object

562   // Creates an object to be made available to the static function callback
1071 // If we've already wrapped this object, we error out.
1112 // In JavaScript, weak references can be created for object types (Object,
2101 "An object was expected",
2267 // difference is it applies to a template instead of an object,
2327 JSVM_Value object,
2331 object,
2340 JSVM_Value object,
2350 CHECK_TO_OBJECT(env, context, obj, object);
2414 JSVM_Value object,
2424 CHECK_TO_OBJECT(env, context, obj, object);
2436 JSVM_Value object,
2446 CHECK_TO_OBJECT(env, context, obj, object);
2458 JSVM_Value object,
2469 CHECK_TO_OBJECT(env, context, obj, object);
2481 JSVM_Value object,
2491 CHECK_TO_OBJECT(env, context, obj, object);
2501 JSVM_Value object,
2511 CHECK_TO_OBJECT(env, context, obj, object);
2522 JSVM_Value object,
2531 CHECK_TO_OBJECT(env, context, obj, object);
2545 JSVM_Value object,
2554 CHECK_TO_OBJECT(env, context, obj, object);
2568 JSVM_Value object,
2581 CHECK_TO_OBJECT(env, context, obj, object);
2593 JSVM_Value object,
2602 CHECK_TO_OBJECT(env, context, obj, object);
2613 JSVM_Value object,
2622 CHECK_TO_OBJECT(env, context, obj, object);
2633 JSVM_Value object,
2642 CHECK_TO_OBJECT(env, context, obj, object);
2653 JSVM_Value object,
2661 CHECK_TO_OBJECT(env, context, obj, object);
2672 JSVM_Value object,
2683 CHECK_TO_OBJECT(env, context, obj, object);
2760 JSVM_Status JSVM_CDECL OH_JSVM_ObjectFreeze(JSVM_Env env, JSVM_Value object) {
2766 CHECK_TO_OBJECT(env, context, obj, object);
2777 JSVM_Status JSVM_CDECL OH_JSVM_ObjectSeal(JSVM_Env env, JSVM_Value object) {
2783 CHECK_TO_OBJECT(env, context, obj, object);
2870 JSVM_Value object,
2878 CHECK_TO_OBJECT(env, context, obj, object);
3787 GEN_COERCE_FUNCTION(OBJECT, Object, object)
3828 // The Reference object will delete itself after invoking the finalizer
3845 JSVM_Value object,
3850 CHECK_TO_OBJECT_WITH_PREAMBLE(env, context, obj, object);
3872 JSVM_Value object,
3878 CHECK_TO_OBJECT_WITH_PREAMBLE(env, context, obj, object);
3962 // refcount is >0, and the referenced object is effectively "pinned".
3963 // Calling this when the refcount is 0 and the object is unavailable
3987 // the result is 0 the reference is now weak and the object may be GC'd at any
4138 JSVM_Value object,
4142 CHECK_ARG(env, object);
4161 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(object);
4785 // difference is it applies to a template instead of an object,
4822 /* register property handler for instance object */
5173 JSVM_Value object,
5181 CHECK_TO_OBJECT(env, context, obj, object);
5189 JSVM_Value object,
5197 CHECK_TO_OBJECT(env, context, obj, object);