Lines Matching defs:object
84 v8::Local<v8::String> objectLiteral = toV8String(isolate, "object");
104 "obligatory attribute \"object\" isn't specified");
166 if (!bodyConfig->Get(context, toV8String(isolate, "object"))
172 reportError(context, tryCatch, "object should be an Object");
175 v8::Local<v8::Object> object = objectValue.As<v8::Object>();
231 v8::Local<v8::Value> args[] = {object, configValue};
254 v8::Local<v8::Object> object,
258 if (!object->GetCreationContext().ToLocal(&context)) {
305 v8::Local<v8::Value> args[] = {object, configValue};
374 ->CreateDataProperty(context, toV8String(isolate, "object"),
375 object)