JS_GetScript 968 src/scenegraph/vrml_smjs.c && (r->ToNode == (GF_Node*)JS_GetScript(c)) JS_GetScript 982 src/scenegraph/vrml_smjs.c r->ToNode = (GF_Node*)JS_GetScript(c); JS_GetScript 1228 src/scenegraph/vrml_smjs.c gf_sg_proto_propagate_event(parent, field->fieldIndex, (GF_Node*)JS_GetScript(c)); JS_GetScript 1277 src/scenegraph/vrml_smjs.c n = (GF_Node *) JS_GetScript(c); JS_GetScript 1461 src/scenegraph/vrml_smjs.c M_Script *sc = JS_GetScript(c); JS_GetScript 1545 src/scenegraph/vrml_smjs.c JS_GetScript(ptr->js_ctx ? ptr->js_ctx : c); JS_GetScript 4066 src/scenegraph/vrml_smjs.c GF_LOG(GF_LOG_DEBUG, GF_LOG_SCRIPT, ("[VRML JS] found cached jsobj %p (field %s) in script %s bank (%d entries)\n", obj, field->name, gf_node_get_log_name((GF_Node*)JS_GetScript(priv->js_ctx)), gf_list_count(priv->js_cache) ) ); JS_GetScript 4919 src/scenegraph/vrml_smjs.c if ((info->NDTtype == (u32) -1) || (node == (GF_Node*)JS_GetScript(jsf->js_ctx))) {