MCPcopy Create free account
hub / github.com/Snapchat/Valdi / JS_GetProperty

Function JS_GetProperty

third-party/quickjs/include/quickjs/quickjs.h:715–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713JSValue JS_GetPropertyInternalWithIC(
714 JSContext* ctx, JSValueConst obj, JSAtom prop, JSValueConst receiver, JS_BOOL throw_ref_error, JS_PropCache_tsn* ic);
715static js_force_inline JSValue JS_GetProperty(JSContext* ctx, JSValueConst this_obj, JSAtom prop) {
716 return JS_GetPropertyInternalWithIC(ctx, this_obj, prop, this_obj, 0, NULL);
717}
718JSValue JS_GetPropertyStr(JSContext* ctx, JSValueConst this_obj, const char* prop);
719JSValue JS_GetPropertyUint32(JSContext* ctx, JSValueConst this_obj, uint32_t idx);
720

Callers 6

getObjectPropertyMethod · 0.85
tsn_get_property0Function · 0.85
tsn_requireFunction · 0.85
tsn_inherit_prototypeFunction · 0.85
withPrototypePropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected