Lines Matching full:get
122 if (hasProperty(ctx, thisRef, propertyNameRef.get())) {
133 value = getProperty(ctx, thisRef, propertyNameRef.get(), &exception);
205 result = setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, &exception);
214 if (StaticValueEntry* entry = staticValues->get(propertyName.ustring().rep())) {
224 result = setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, &exception);
236 if (StaticFunctionEntry* entry = staticFunctions->get(propertyName.ustring().rep())) {
263 result = deleteProperty(ctx, thisRef, propertyNameRef.get(), &exception);
272 if (StaticValueEntry* entry = staticValues->get(propertyName.ustring().rep())) {
280 if (StaticFunctionEntry* entry = staticFunctions->get(propertyName.ustring().rep())) {
417 UString::Rep* name = it->first.get();
428 UString::Rep* name = it->first.get();
528 if (StaticValueEntry* entry = staticValues->get(propertyName.ustring().rep()))
536 value = getProperty(toRef(exec), thisRef, propertyNameRef.get(), &exception);
561 if (StaticFunctionEntry* entry = staticFunctions->get(propertyName.ustring().rep())) {
590 value = getProperty(toRef(exec), thisRef, propertyNameRef.get(), &exception);